Class MissingFunctionEventHandler
Event delegate for MissingFunction event.
Inheritance
System.Object
MissingFunctionEventHandler
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class MissingFunctionEventHandler : MulticastDelegate
Constructors
MissingFunctionEventHandler(Object, IntPtr)
Declaration
public MissingFunctionEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, MissingFunctionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MissingFunctionEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
MissingFunctionEventArgs |
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, MissingFunctionEventArgs)
Declaration
public virtual void Invoke(object sender, MissingFunctionEventArgs e)
Parameters
Extension Methods