Class InteractiveActionExecutingEventHandler
Represents the method that will handle the InteractiveActionExecuting event.
Inheritance
System.Object
InteractiveActionExecutingEventHandler
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public sealed class InteractiveActionExecutingEventHandler : MulticastDelegate
Constructors
InteractiveActionExecutingEventHandler(Object, IntPtr)
Declaration
public InteractiveActionExecutingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, InteractiveActionCancelEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, InteractiveActionCancelEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
InteractiveActionCancelEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, InteractiveActionCancelEventArgs)
Declaration
public virtual void Invoke(object sender, InteractiveActionCancelEventArgs args)
Parameters
System.Object
sender
|
InteractiveActionCancelEventArgs
args
|