'Declaration
Public Delegate Sub CanExecuteRoutedEventHandler( _ ByVal sender As Object, _ ByVal e As CanExecuteRoutedEventArgs _ )
public delegate void CanExecuteRoutedEventHandler( object sender, CanExecuteRoutedEventArgs e )
Parameters
- sender
- The command target that is invoking the handler.
- e
- The event data.