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