[This is preliminary documentation and is subject to change.]
Raised when value of member 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 IReportsChange..::..ChangedEventHandler Changed |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Event Changed As IReportsChange..::..ChangedEventHandler |
| Visual C++ |
|---|
[BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: virtual event IReportsChange..::..ChangedEventHandler^ Changed { void add (IReportsChange..::..ChangedEventHandler^ value); void remove (IReportsChange..::..ChangedEventHandler^ value); } |
| F# |
|---|
[<BrowsableAttribute(false)>] [<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] abstract Changed : IEvent<IReportsChange..::..ChangedEventHandler, EventArgs> [<BrowsableAttribute(false)>] [<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] override Changed : IEvent<IReportsChange..::..ChangedEventHandler, EventArgs> |
| JScript |
|---|
|
Implements
IReportsChange..::..Changed
Remarks
eShould contain additional information that can be used in event-handling code (e.g. use IReportsChange..::..ValueChangedEventArgs<(Of <(<'T>)>)> class)