Delegate TextChangingEventHandler
Represents the method that will handle the TextChanging event.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate void TextChangingEventHandler(object sender, TextChangingEventArgs e);
Parameters
System.Object
sender
|
TextChangingEventArgs
e
|
Constructors
TextChangingEventHandler(Object, IntPtr)
Declaration
public TextChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, TextChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TextChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
TextChangingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, TextChangingEventArgs)
Declaration
public virtual void Invoke(object sender, TextChangingEventArgs e)
Parameters
System.Object
sender
|
TextChangingEventArgs
e
|