ValueChangedEventArgs<TValue> Class
Visual Studio 2015
Provides information about value changes of all kinds.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
System.Object
System.EventArgs
Microsoft.VisualStudio.Language.Intellisense.ValueChangedEventArgs<TValue>
System.EventArgs
Microsoft.VisualStudio.Language.Intellisense.ValueChangedEventArgs<TValue>
| Name | Description | |
|---|---|---|
![]() | ValueChangedEventArgs<TValue>(TValue, TValue) | Initializes a new instance of ValueChangedEventArgs<TValue> with the new and old values. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Events that use these event arguments include:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


