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