Event Activated
Event raised when the user has performed an action (e.g. Activate) causing the View to change state or preparing it for interaction.
public event EventHandler<EventArgs<ICommandContext?>>? Activated
Returns
- EventHandler<EventArgs<ICommandContext>>
- Event raised when the user has performed an action (e.g. ) causing the View to change state or preparing it for interaction.