RadControls for Silverlight

Attaches the specified CanExecuteRoutedEventHandler to the specified element.

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

Syntax

C#
public static void AddCanExecuteHandler(
	DependencyObject element,
	CanExecuteRoutedEventHandler handler
)
Visual Basic
Public Shared Sub AddCanExecuteHandler ( _
	element As DependencyObject, _
	handler As CanExecuteRoutedEventHandler _
)

See Also