Represents the method that will handle the CanExecute event.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public delegate void CanExecuteRoutedEventHandler(
	Object sender,
	CanExecuteRoutedEventArgs e
)
Visual Basic
Public Delegate Sub CanExecuteRoutedEventHandler ( _
	sender As Object, _
	e As CanExecuteRoutedEventArgs _
)

Parameters

sender
Type: System..::..Object
The command target that is invoking the handler.
e
Type: C1.Silverlight..::..CanExecuteRoutedEventArgs
The event data.

See Also