DelegateTextChangingEventHandler
Delegate
Represents the method that will handle the TextChanging event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public delegate void TextChangingEventHandler(object sender, TextChangingEventArgs e)
Constructors
Methods
BeginInvoke(object, TextChangingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, TextChangingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, TextChangingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, TextChangingEventArgs e)
Parameters
sender
e