ValueChangedMessage<T> 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.
A base message that signals whenever a specific value has changed.
public class ValueChangedMessage<T>
type ValueChangedMessage<'T> = class
Public Class ValueChangedMessage(Of T)
Type Parameters
- T
The type of value that has changed.
- Inheritance
-
ValueChangedMessage<T>
Constructors
ValueChangedMessage<T>(T) |
Initializes a new instance of the ValueChangedMessage<T> class. |
Properties
Value |
Gets the value that has changed. |