Method OnIsRunningChanged
OnIsRunningChanged(bool)
Called after IsRunning has changed. Override for post-state-change logic.
protected override void OnIsRunningChanged(bool newIsModal)
Parameters
newIsModalbool
Remarks
Default implementation does nothing. Overrides should call base to ensure extensibility.