[This is preliminary documentation and is subject to change.]

Raises the CountDown event

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void OnCountDown(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnCountDown ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnCountDown(
	EventArgs^ e
)
F#
abstract OnCountDown : 
        e:EventArgs -> unit 
override OnCountDown : 
        e:EventArgs -> unit 
JScript
protected function OnCountDown(
	e : EventArgs
)

Parameters

e
Type: System..::..EventArgs
Event argument

Remarks

Derived class should override this method in order to catch change of count down remaining time and call base class method.

See Also