Input for ASP.NET WebForms
C1TextChangedEventHandler Delegate

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Input Namespace : C1TextChangedEventHandler Delegate
Source of the event.
The EventArgs that contains the event data.
Represents the method that will handle the TextChanged event of the control.
Syntax
'Declaration
 
Public Delegate Sub C1TextChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As System.EventArgs _
) 
public delegate void C1TextChangedEventHandler( 
   System.object sender,
   System.EventArgs e
)

Parameters

sender
Source of the event.
e
The EventArgs that contains the event data.
See Also

Reference

C1TextChangedEventHandler Members
C1.Web.Wijmo.Controls.C1Input Namespace