Method OnAccepting
OnAccepting(CommandEventArgs)
Called when the user is accepting the state of the View and the Accept has been invoked. Set CommandEventArgs.Handled to true and return true to indicate the event was handled and processing should stop.
protected virtual bool OnAccepting(CommandEventArgs args)
Parameters
args
CommandEventArgs
Returns
Remarks
See RaiseAccepting(ICommandContext?) for more information.