Delegate RenderingBeginEventHandler
Represents the method that will handle the RenderingBegin event of both WinForms and WPF report viewers.
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public delegate void RenderingBeginEventHandler(object sender, RenderingBeginEventArgs args);
Parameters
System.Object
sender
The source of the event. |
RenderingBeginEventArgs
args
An RenderingBeginEventArgs object that contains the event data. |
Constructors
RenderingBeginEventHandler(Object, IntPtr)
Declaration
public RenderingBeginEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RenderingBeginEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RenderingBeginEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RenderingBeginEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, RenderingBeginEventArgs)
Declaration
public virtual void Invoke(object sender, RenderingBeginEventArgs args)
Parameters
System.Object
sender
|
RenderingBeginEventArgs
args
|