Method OnAccepted
OnAccepted(CommandEventArgs)
Called when the View has been accepted. This is called after Accepting has been raised and not cancelled.
protected virtual void OnAccepted(CommandEventArgs args)
Parameters
argsCommandEventArgsThe event arguments.
Remarks
Unlike OnAccepting(CommandEventArgs), this method is called after the View has been accepted and cannot cancel the operation.