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