RadControls for Silverlight

Represents the method that will handle the CanExecute event.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.1050

Syntax

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

See Also