Class ExecutedRoutedEventHandler
Represents the method that will handle the CommandBinding.Executed and CommandBinding.PreviewExecuted routed events, as well as related attached events.
Inheritance
System.Object
ExecutedRoutedEventHandler
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ExecutedRoutedEventHandler : MulticastDelegate
Constructors
ExecutedRoutedEventHandler(Object, IntPtr)
Declaration
public ExecutedRoutedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ExecutedRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExecutedRoutedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ExecutedRoutedEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ExecutedRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, ExecutedRoutedEventArgs e)
Parameters
System.Object
sender
|
ExecutedRoutedEventArgs
e
|