Delegate
CanExecuteRoutedEventHandler

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public delegate void CanExecuteRoutedEventHandler(object sender, CanExecuteRoutedEventArgs e)

Constructors

CanExecuteRoutedEventHandler(object, IntPtr)

Declaration

cs-api-definition
public CanExecuteRoutedEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, CanExecuteRoutedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, CanExecuteRoutedEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

CanExecuteRoutedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, CanExecuteRoutedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, CanExecuteRoutedEventArgs e)

Parameters

sender

object

e

CanExecuteRoutedEventArgs