DelegateInteractiveActionEnterEventHandler
Delegate
Represents the method that will handle the InteractiveActionEnter event.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public delegate void InteractiveActionEnterEventHandler(object sender, InteractiveActionEventArgs args)
Constructors
InteractiveActionEnterEventHandler(object, IntPtr)
Declaration
cs-api-definition
public InteractiveActionEnterEventHandler(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
BeginInvoke(object, InteractiveActionEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, InteractiveActionEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
object
args
callback
AsyncCallback
object
object
Returns
IAsyncResult
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, InteractiveActionEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, InteractiveActionEventArgs args)
Parameters
sender
object
args