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