Occurs when the command associated with this CommandBinding executes.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event ExecutedRoutedEventHandler Executed
Visual Basic
Public Event Executed As ExecutedRoutedEventHandler
XAML Attribute Usage
<object Executed="ExecutedRoutedEventHandler" .../>

See Also