ValueChangedEventArgs<TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about value changes of all kinds.
generic <typename TValue>
public ref class ValueChangedEventArgs : EventArgs
public class ValueChangedEventArgs<TValue> : EventArgs
type ValueChangedEventArgs<'Value> = class
inherit EventArgs
Public Class ValueChangedEventArgs(Of TValue)
Inherits EventArgs
Type Parameters
- TValue
The type of the value.
- Inheritance
-
ValueChangedEventArgs<TValue>
Remarks
Events that use these event arguments include:
Constructors
ValueChangedEventArgs<TValue>(TValue, TValue) |
Initializes a new instance of ValueChangedEventArgs<TValue> with the new and old values of a property. |
Properties
NewValue |
Gets the new value. |
OldValue |
Gets the old value. |