Delegate InteractiveActionLeaveEventHandler
Represents the method that will handle the InteractiveActionLeave event.
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public delegate void InteractiveActionLeaveEventHandler(object sender, InteractiveActionEventArgs args);
Parameters
System.Object
sender
The source of the event. |
InteractiveActionEventArgs
args
An InteractiveActionEventArgs object that contains the event data. |
Constructors
InteractiveActionLeaveEventHandler(Object, IntPtr)
Declaration
public InteractiveActionLeaveEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, InteractiveActionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, InteractiveActionEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
InteractiveActionEventArgs
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, InteractiveActionEventArgs)
Declaration
public virtual void Invoke(object sender, InteractiveActionEventArgs args)
Parameters
System.Object
sender
|
InteractiveActionEventArgs
args
|