ExportEndEventHandler
Delegate
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:
C#
public delegate void ExportEndEventHandler(object sender, ExportEndEventArgs args)
Constructors
C#
public ExportEndEventHandler(object @object, IntPtr method)
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ExportEndEventArgs args, AsyncCallback callback, object @object)
IAsyncResult
C#
public virtual void EndInvoke(IAsyncResult result)
C#
public virtual void Invoke(object sender, ExportEndEventArgs args)