Protected Overridable Function OnToolActivateAsync( _ ByVal hasVewChanged As Boolean _ ) As Task
protected virtual Task OnToolActivateAsync( bool hasVewChanged )
Parameters
- hasVewChanged
- A value indicating if the active LayoutView has changed.
Return Value
A Task that represents a tool activation event.