Method OnAccepting
OnAccepting(CommandEventArgs)
Called when the user is accepting the state of the View and the Accept has been invoked. Set CommandEventArgs.Cancel to true and return true to stop processing.
protected virtual bool OnAccepting(CommandEventArgs args)
Parameters
args
CommandEventArgs
Returns
Remarks
See RaiseAccepting(CommandContext) for more information.