Class OnPropertyChangedTriggerMetadata

Defines properties and message types for OnPropertyChangedTrigger.

Inherits properties and message types from TriggerMetadata.

Property Types

See also PropertyType
OnPropertyChangedTriggerMetadata.SourceNodeProperty

The node for which this trigger monitors property changes.

OnPropertyChangedTriggerMetadata.SourcePropertyTypeProperty

The property type the changes of which trigger this trigger.

OnPropertyChangedTriggerMetadata.IgnoreIdenticalValueProperty

Invoke the trigger only on change in the monitored property's value.

OnPropertyChangedTriggerMetadata.IgnoreInitialValueProperty

Invoke the trigger only when the value of the monitored property changes after the trigger is already attached.