Delegate ValueChangingEventHandler
Represents the method that handles the ValueChanging event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void ValueChangingEventHandler(object sender, ValueChangingEventArgs e);
Parameters
System.Object
sender
The source of the event. |
ValueChangingEventArgs
e
A ValueChangingEventArgs that contains the event data. |
Constructors
ValueChangingEventHandler(Object, IntPtr)
Declaration
public ValueChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ValueChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ValueChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ValueChangingEventArgs
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, ValueChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ValueChangingEventArgs e)
Parameters
System.Object
sender
|
ValueChangingEventArgs
e
|