Delegate ExecutedRoutedEventHandler
Event handler for routed commands
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void ExecutedRoutedEventHandler(object sender, ExecutedRoutedEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender. |
ExecutedRoutedEventArgs | e | The ExecutedRoutedEventArgs instance containing the event data. |