Represents the method that will handle the InteractiveActionExecuting event.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public delegate void InteractiveActionExecutingEventHandler(object sender, InteractiveActionCancelEventArgs args)
Constructors
C#
public InteractiveActionExecutingEventHandler(object @object, IntPtr method)
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, InteractiveActionCancelEventArgs args, AsyncCallback callback, object @object)
IAsyncResult
C#
public virtual void EndInvoke(IAsyncResult result)
C#
public virtual void Invoke(object sender, InteractiveActionCancelEventArgs args)