KaxComboBoxItemsRequestedEventHandler Delegate |
Namespace: Kettic.AspNet.Controls
public delegate void KaxComboBoxItemsRequestedEventHandler( Object o, KaxComboBoxItemsRequestedEventArgs e )
Public Delegate Sub KaxComboBoxItemsRequestedEventHandler ( o As Object, e As KaxComboBoxItemsRequestedEventArgs )
public delegate void KaxComboBoxItemsRequestedEventHandler( Object^ o, KaxComboBoxItemsRequestedEventArgs^ e )
type KaxComboBoxItemsRequestedEventHandler = delegate of o : Object * e : KaxComboBoxItemsRequestedEventArgs -> unit