Delegate PivotClientExport.WordExportEventHandler
Assembly: Syncfusion.EJ.Export.dll
Syntax
public delegate void WordExportEventHandler(object sender, WordDocument document);
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
WordDocument |
document |
|
Constructors
WordExportEventHandler(Object, IntPtr)
Declaration
public WordExportEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, WordDocument, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, WordDocument document, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
WordDocument |
document |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, WordDocument)
Declaration
public virtual void Invoke(object sender, WordDocument document)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
WordDocument |
document |
|