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