Delegate
ExportEndEventHandler

Represents the method that will handle the ExportEnd 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 ExportEndEventHandler(object sender, ExportEndEventArgs args)

Constructors

ExportEndEventHandler(object, IntPtr)

Declaration

cs-api-definition
public ExportEndEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, ExportEndEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ExportEndEventArgs args, AsyncCallback callback, object @object)

Parameters

sender

object

args

ExportEndEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, ExportEndEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, ExportEndEventArgs args)

Parameters

sender

object

args

ExportEndEventArgs