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