ValueChangedMessage<T> Class

Definition

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.

Applies to