Delegate InteractiveActionLeaveEventHandler
Represents the method that will handle the InteractiveActionLeave event.
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public delegate void InteractiveActionLeaveEventHandler(object sender, InteractiveActionEventArgs args);
Parameters
System. The source of the event. |
Interactive An Interactive |
Constructors
InteractiveActionLeaveEventHandler(Object, IntPtr)
Declaration
public InteractiveActionLeaveEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, InteractiveActionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, InteractiveActionEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Interactive
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, InteractiveActionEventArgs)
Declaration
public virtual void Invoke(object sender, InteractiveActionEventArgs args)
Parameters
System.
|
Interactive
|