Event CommandNotBound
Cancelable event raised when a command that has not been bound is invoked.
public event EventHandler<CommandEventArgs>? CommandNotBound
Returns
- EventHandler<CommandEventArgs>
- Cancelable event raised when a command that has not been bound is invoked.