Delegate CanExecuteRoutedEventHandler
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public delegate void CanExecuteRoutedEventHandler(object sender, CanExecuteRoutedEventArgs e);
Parameters
System.Object
sender
|
CanExecuteRoutedEventArgs
e
|
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
|