Class GridCutPasteEventHandler
Inheritance
System.Object
GridCutPasteEventHandler
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class GridCutPasteEventHandler : MulticastDelegate
Constructors
GridCutPasteEventHandler(Object, IntPtr)
Declaration
public GridCutPasteEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridCutPasteEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridCutPasteEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
GridCutPasteEventArgs |
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, GridCutPasteEventArgs)
Declaration
public virtual void Invoke(object sender, GridCutPasteEventArgs e)
Parameters