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