C1TextChangedEventHandler Delegate
Represents the method that will handle the TextChanged event of the control.
public delegate void C1TextChangedEventHandler(
System.object ,
System.EventArgs
)
'Declaration
Public Delegate Sub C1TextChangedEventHandler( _
ByVal As System.Object, _
ByVal As System.EventArgs _
)
Parameters
- sender
- Source of the event.
- e
- The EventArgs that contains the event data.