Class CanExecuteRoutedEventHandler
Represents the method that will handle the CanExecute event.
Inheritance
System.Object
CanExecuteRoutedEventHandler
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class CanExecuteRoutedEventHandler : MulticastDelegate
Constructors
CanExecuteRoutedEventHandler(Object, IntPtr)
Declaration
public CanExecuteRoutedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CanExecuteRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CanExecuteRoutedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CanExecuteRoutedEventArgs
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, CanExecuteRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, CanExecuteRoutedEventArgs e)
Parameters
System.Object
sender
|
CanExecuteRoutedEventArgs
e
|