PrintEndEventHandler
Delegate
Represents the method that will handle the PrintEnd event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public delegate void PrintEndEventHandler(object sender, PrintEndEventArgs args)
Constructors
C#
public PrintEndEventHandler(object @object, IntPtr method)
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, PrintEndEventArgs args, AsyncCallback callback, object @object)
IAsyncResult
C#
public virtual void EndInvoke(IAsyncResult result)
C#
public virtual void Invoke(object sender, PrintEndEventArgs args)