Event Accepting
Cancelable event raised when the user is accepting the state of the View and the Accept has been invoked. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.
public event EventHandler<CommandEventArgs>? Accepting
Returns
- EventHandler<CommandEventArgs>
- Cancelable event raised when the user is accepting the state of the View and the has been invoked. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.
Remarks
See RaiseAccepting(ICommandContext?) for more information.