Class TriggerAction<T>
Represents an attachable object that encapsulates a unit of functionality.
public abstract class TriggerAction<T> : TriggerAction, IAnimatable, IAttachedObject where T : DependencyObject
Type Parameters
T
The type to which this action can be attached.
- Inheritance
-
TriggerAction<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
TriggerAction()
Initializes a new instance of the TriggerAction<T> class.
protected TriggerAction()
Properties
AssociatedObject
Gets the object to which this Microsoft.Xaml.Behaviors.TriggerAction<T> is attached.
protected T AssociatedObject { get; }
Property Value
- T
The associated object.
AssociatedObjectTypeConstraint
Gets the associated object type constraint.
protected override sealed Type AssociatedObjectTypeConstraint { get; }
Property Value
- Type
The associated object type constraint.