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

Raised wghen value of the TopControl property changes

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

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public event MessageBox..::..ControlChangedEventHandler TopControlChanged
Visual Basic
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Event TopControlChanged As MessageBox..::..ControlChangedEventHandler
Visual C++
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
 event MessageBox..::..ControlChangedEventHandler^ TopControlChanged {
	void add (MessageBox..::..ControlChangedEventHandler^ value);
	void remove (MessageBox..::..ControlChangedEventHandler^ value);
}
F#
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member TopControlChanged : IEvent<MessageBox..::..ControlChangedEventHandler,
    EventArgs>
JScript
JScript does not support events.

See Also