[This is preliminary documentation and is subject to change.]
Raised when content of the Buttons collection changes
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [BrowsableAttribute(false)] public event MessageBox..::..ButtonsChangedEventHandler ButtonsChanged |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ <BrowsableAttribute(False)> _ Public Event ButtonsChanged As MessageBox..::..ButtonsChangedEventHandler |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] [BrowsableAttribute(false)] public: event MessageBox..::..ButtonsChangedEventHandler^ ButtonsChanged { void add (MessageBox..::..ButtonsChangedEventHandler^ value); void remove (MessageBox..::..ButtonsChangedEventHandler^ value); } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] [<BrowsableAttribute(false)>] member ButtonsChanged : IEvent<MessageBox..::..ButtonsChangedEventHandler, EventArgs> |
| JScript |
|---|
|