DelegateExportBeginEventHandler
Delegate
Represents the method that will handle the ExportBegin event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
cs-api-definition
public delegate void ExportBeginEventHandler(object sender, ExportBeginEventArgs args)
Constructors
ExportBeginEventHandler(object, IntPtr)
Declaration
cs-api-definition
public ExportBeginEventHandler(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
BeginInvoke(object, ExportBeginEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ExportBeginEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
object
args
callback
AsyncCallback
object
object
Returns
IAsyncResult
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, ExportBeginEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ExportBeginEventArgs args)
Parameters
sender
object
args