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