[This is preliminary documentation and is subject to change.]
Raised wghen value of the BottomControl property changes
Namespace: Tools.WindowsT.IndependentTAssembly: 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 BottomControlChanged |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Event BottomControlChanged As MessageBox..::..ControlChangedEventHandler |
| Visual C++ |
|---|
[BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: event MessageBox..::..ControlChangedEventHandler^ BottomControlChanged { void add (MessageBox..::..ControlChangedEventHandler^ value); void remove (MessageBox..::..ControlChangedEventHandler^ value); } |
| F# |
|---|
[<BrowsableAttribute(false)>] [<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] member BottomControlChanged : IEvent<MessageBox..::..ControlChangedEventHandler, EventArgs> |
| JScript |
|---|
|