Class ExportEventHandler
Represents the delegate that handles TypeMismatchOnExport event that is raised whenever there is a data type mismatch while exporting data to CLR objects.
Inheritance
System.Object
ExportEventHandler
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExportEventHandler : MulticastDelegate
Constructors
ExportEventHandler(Object, IntPtr)
Declaration
public ExportEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ExportEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExportEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ExportEventArgs |
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, ExportEventArgs)
Declaration
public virtual void Invoke(object sender, ExportEventArgs args)
Parameters