Class SpreadsheetPastingEventHandler
Represents the method that will handle the Pasting event.
Inheritance
System.Object
SpreadsheetPastingEventHandler
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public sealed class SpreadsheetPastingEventHandler : MulticastDelegate
Constructors
SpreadsheetPastingEventHandler(Object, IntPtr)
Declaration
public SpreadsheetPastingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, SpreadsheetPastingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SpreadsheetPastingEventArgs 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, SpreadsheetPastingEventArgs)
Declaration
public virtual void Invoke(object sender, SpreadsheetPastingEventArgs e)
Parameters