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