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