Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ValueChangedMessage<T> Class
Definition
- Namespace:
- CommunityToolkit.Mvvm.Messaging.Messages
- Assembly:
- CommunityToolkit.Mvvm.dll
- Package:
- CommunityToolkit.Mvvm v8.4.0
- Package:
- CommunityToolkit.Mvvm v7.0.3
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. |
