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