Delegate ExportEndEventHandler
Represents the method that will handle the ExportEnd event of both WinForms and WPF report viewers.
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public delegate void ExportEndEventHandler(object sender, ExportEndEventArgs args);
Parameters
System.Object
sender
The source of the event. |
ExportEndEventArgs
args
An ExportEndEventArgs object that contains the event data. |
Constructors
ExportEndEventHandler(Object, IntPtr)
Declaration
public ExportEndEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ExportEndEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExportEndEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ExportEndEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ExportEndEventArgs)
Declaration
public virtual void Invoke(object sender, ExportEndEventArgs args)
Parameters
System.Object
sender
|
ExportEndEventArgs
args
|