[This is preliminary documentation and is subject to change.]
Raised when content of the Radios 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..::..RadiosChangedEventHandler RadiosChanged |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ <BrowsableAttribute(False)> _ Public Event RadiosChanged As MessageBox..::..RadiosChangedEventHandler |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] [BrowsableAttribute(false)] public: event MessageBox..::..RadiosChangedEventHandler^ RadiosChanged { void add (MessageBox..::..RadiosChangedEventHandler^ value); void remove (MessageBox..::..RadiosChangedEventHandler^ value); } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] [<BrowsableAttribute(false)>] member RadiosChanged : IEvent<MessageBox..::..RadiosChangedEventHandler, EventArgs> |
| JScript |
|---|
|