ValueChanged

sealed class ValueChanged : Type

Represents the type of events raised when the value of a watched data node changes.

Types

WithData
Link copied to clipboard
object WithData : ValueChanged
Events of the ValueChanged type that additionally emit the data of the watched node when raised.
WithoutData
Link copied to clipboard
object WithoutData : ValueChanged
Events of the ValueChanged type that don't emit the data of the watched node when raised.

Inheritors

ValueChanged
Link copied to clipboard
ValueChanged
Link copied to clipboard