Event CommandNotBound
Cancelable event raised when a command that has not been bound is invoked. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.
public event EventHandler<CommandEventArgs>? CommandNotBound
Returns
- EventHandler<CommandEventArgs>
- Cancelable event raised when a command that has not been bound is invoked. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.