Method ActivateSelectedObjectIfAny
ActivateSelectedObjectIfAny(CommandContext)
Triggers the ObjectActivated event with the SelectedObject.
This method also ensures that the selected object is visible.
public bool? ActivateSelectedObjectIfAny(CommandContext ctx)
Parameters
ctx
CommandContext
Returns
- bool?
true if ObjectActivated was fired.