RadControls for Silverlight

Represents the method that will handle the CommandBinding.Executed and CommandBinding.PreviewExecuted routed events, as well as related attached events.

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

Syntax

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

See Also