[This is preliminary documentation and is subject to change.]
Called when count-down is stopped by calling StopCountDown()()()()
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected virtual void OnCountDownStopped() |
| Visual Basic |
|---|
Protected Overridable Sub OnCountDownStopped |
| Visual C++ |
|---|
protected: virtual void OnCountDownStopped() |
| F# |
|---|
abstract OnCountDownStopped : unit -> unit override OnCountDownStopped : unit -> unit |
| JScript |
|---|
protected function OnCountDownStopped() |
Remarks
Derived class should override this method in order to catch count-down stoped event and react somehow (hide count down text).
This implementation does nothing.