DataTrigger Members
Represents a trigger that performs actions when the bound data meets a specified condition.
The following tables list the members exposed by the DataTrigger type.
Public Constructors
Name | Description | |
---|---|---|
DataTrigger | Initializes a new instance of the TriggerBase`1 class. |
Top
Public Fields
Name | Description | |
---|---|---|
ActionsProperty | (Inherited from TriggerBase) | |
BindingProperty | (Inherited from PropertyChangedTrigger) | |
ComparisonProperty | ||
ValueProperty |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Actions | Gets the actions associated with this trigger. (Inherited from TriggerBase) | |
Binding | A binding object that the trigger will listen to, and that causes the trigger to fire when it changes. (Inherited from PropertyChangedTrigger) | |
CanFreeze | (Inherited from Freezable) | |
Comparison | Gets or sets the type of comparison to be performed between the specified values. This is a dependency property. | |
DependencyObjectType | (Inherited from DependencyObject) | |
Dispatcher | (Inherited from DispatcherObject) | |
HasAnimatedProperties | (Inherited from Animatable) | |
IsFrozen | (Inherited from Freezable) | |
IsSealed | (Inherited from DependencyObject) | |
Value | Gets or sets the value to be compared with the property value of the data object. This is a dependency property. |
Top
Protected Properties
Name | Description | |
---|---|---|
AssociatedObject | Gets the object to which the trigger is attached. (Inherited from TriggerBase) | |
AssociatedObjectTypeConstraint | Gets the type constraint of the associated object. (Inherited from TriggerBase) |
Top
Public Methods
(see also Protected Methods)
Top
Protected Methods
Name | Description | |
---|---|---|
CloneCore | (Inherited from Freezable) | |
CloneCurrentValueCore | (Inherited from Freezable) | |
CreateInstance | (Inherited from Freezable) | |
CreateInstanceCore | Creates a new instance of the TriggerBase derived class. (Inherited from TriggerBase) | |
EvaluateBindingChange | Overridden. Called when the binding property has changed. UA_REVIEW:chabiss | |
Finalize | (Inherited from Object) | |
Freeze | Overloaded. (Inherited from Freezable) | |
FreezeCore | (Inherited from Animatable) | |
GetAsFrozenCore | (Inherited from Freezable) | |
GetCurrentValueAsFrozenCore | (Inherited from Freezable) | |
InvokeActions | (Inherited from TriggerBase) | |
MemberwiseClone | (Inherited from Object) | |
OnAttached | Called after the trigger is attached to an AssociatedObject. UA_REVIEW:chabiss (Inherited from PropertyChangedTrigger) | |
OnChanged | (Inherited from Freezable) | |
OnDetaching | Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred. UA_REVIEW:chabiss (Inherited from PropertyChangedTrigger) | |
OnFreezablePropertyChanged | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged | (Inherited from Freezable) | |
ReadPreamble | (Inherited from Freezable) | |
ShouldSerializeProperty | (Inherited from DependencyObject) | |
WritePostscript | (Inherited from Freezable) | |
WritePreamble | (Inherited from Freezable) |
Top
Public Events
Name | Description | |
---|---|---|
Changed | (Inherited from Freezable) | |
PreviewInvoke | Event handler for registering to PreviewInvoke. (Inherited from TriggerBase) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Windows.Interactivity.IAttachedObject.AssociatedObject | Gets the object to which the trigger is attached. (Inherited from TriggerBase) |
Top
See Also
Reference
DataTrigger Class
Microsoft.Expression.Interactivity.Core Namespace