Method RaiseActivated
RaiseActivated(ICommandContext?)
Raises the OnActivated(ICommandContext?)/Activated event indicating the View has been activated. This is called after Activated has been raised and not cancelled.
protected void RaiseActivated(ICommandContext? ctx)
Parameters
ctxICommandContextThe command context.
Remarks
Unlike Activating, this event cannot be cancelled. It is raised after the View has activated.
- See Also