Method OnAccepted
OnAccepted(ICommandContext?)
Called when the View has been accepted. This is called after Accepting has been raised and not cancelled.
protected override void OnAccepted(ICommandContext? ctx)
Parameters
ctxICommandContext
Remarks
Unlike OnAccepting(CommandEventArgs), this method is called after the View has been accepted and cannot cancel the operation.