Class WorksheetRemovedEventHandler
Represents a method that will handle the WorksheetRemoved Event.
Inheritance
System.Object
WorksheetRemovedEventHandler
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class WorksheetRemovedEventHandler : MulticastDelegate
Constructors
WorksheetRemovedEventHandler(Object, IntPtr)
Declaration
public WorksheetRemovedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, WorksheetRemovedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, WorksheetRemovedEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, WorksheetRemovedEventArgs)
Declaration
public virtual void Invoke(object sender, WorksheetRemovedEventArgs args)
Parameters
Extension Methods