Represents the method that will handle the InteractiveActionEnter event.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
C#
public delegate void InteractiveActionEnterEventHandler(object sender, InteractiveActionEventArgs args)
Constructors
C#
public InteractiveActionEnterEventHandler(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)