sealed class ValueChanged : Type
Represents the type of events raised when the value of a data node changes.
object WithData : ValueChanged
Events of the ValueChanged type that additionally emit the data of the node when raised. |
|
object WithoutData : ValueChanged
Events of the ValueChanged type that don't emit the data of the node when raised. |
object WithData : ValueChanged
Events of the ValueChanged type that additionally emit the data of the node when raised. |
|
object WithoutData : ValueChanged
Events of the ValueChanged type that don't emit the data of the node when raised. |