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