Class WorksheetAddedEventHandler
Represents a method that will handle the WorksheetAdded Event.
Inheritance
System.Object
WorksheetAddedEventHandler
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class WorksheetAddedEventHandler : MulticastDelegate
Constructors
WorksheetAddedEventHandler(Object, IntPtr)
Declaration
public WorksheetAddedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, WorksheetAddedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, WorksheetAddedEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
WorksheetAddedEventArgs |
args |
|
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, WorksheetAddedEventArgs)
Declaration
public virtual void Invoke(object sender, WorksheetAddedEventArgs args)
Parameters
Extension Methods