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. The source of the event. |
Value A ValueChangingEventArgs that contains the event data. |
Constructors
ValueChangingEventHandler(Object, IntPtr)
Declaration
public ValueChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ValueChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ValueChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Value
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ValueChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ValueChangingEventArgs e)
Parameters
System.
|
Value
|