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