Method OnActivating
OnActivating(CommandEventArgs)
Called when the user has performed an action (e.g. Activate) causing the View to change state or preparing it for interaction. Set CommandEventArgs.Handled to true and return true to indicate the event was handled and processing should stop.
protected virtual bool OnActivating(CommandEventArgs args)
Parameters
argsCommandEventArgsThe event arguments.