Delegate
CanExecuteRoutedEventHandler

Represents the method that will handle the CanExecute event.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Constructors

CanExecuteRoutedEventHandler(object, nint)

Declaration

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

Parameters

object

object

method

nint

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