Class ValueChangedEventHandler
An event handler that represents the method to handle the ValueChanged
event.
Inheritance
System.Object
ValueChangedEventHandler
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class ValueChangedEventHandler : MulticastDelegate
Constructors
ValueChangedEventHandler(Object, IntPtr)
Declaration
public ValueChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ValueChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ValueChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ValueChangedEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ValueChangedEventArgs)
Declaration
public virtual void Invoke(object sender, ValueChangedEventArgs e)
Parameters