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

Called when dialog is shown. Performs some initialization (timer). Calls PlaySound()()()(). Raises the Shown event.

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

Syntax

C#
protected internal virtual void OnShown()
Visual Basic
Protected Friend Overridable Sub OnShown
Visual C++
protected public:
virtual void OnShown()
F#
abstract OnShown : unit -> unit 
override OnShown : unit -> unit 
JScript
 function OnShown()

Remarks

Derived class should call this method after dialog is shown.

See Also