Class GridDataRecordSelectionChangingEventHandler
Inheritance
System.Object
GridDataRecordSelectionChangingEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataRecordSelectionChangingEventHandler : MulticastDelegate
Constructors
GridDataRecordSelectionChangingEventHandler(Object, IntPtr)
Declaration
public GridDataRecordSelectionChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridDataRecordSelectionChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridDataRecordSelectionChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridDataRecordSelectionChangingEventArgs)
Declaration
public virtual void Invoke(object sender, GridDataRecordSelectionChangingEventArgs e)
Parameters