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