CanExecuteRoutedEventHandler Delegate
Represents the method that will handle the
CanExecute event.
'Declaration
Public Delegate Sub CanExecuteRoutedEventHandler( _
ByVal As System.Object, _
ByVal As CanExecuteRoutedEventArgs _
)
Parameters
- sender
- The command target that is invoking the handler.
- e
- The event data.