Class TriggerAction<T>
Represents an attachable object that encapsulates a unit of functionality.
Inheritance
System.Object
TriggerAction<T>
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Interactivity
Assembly: OpenSilver.Interactivity.dll
Syntax
public abstract class TriggerAction<T> : TriggerAction, IAttachedObject where T : DependencyObject
Type Parameters
Name | Description |
---|---|
T | The type to which this action can be attached. |
Constructors
| Improve this Doc View SourceTriggerAction()
Initializes a new instance of the TriggerAction<T> class.
Declaration
protected TriggerAction()
Properties
| Improve this Doc View SourceAssociatedObject
Gets the object to which this TriggerAction<T> is attached.
Declaration
protected T AssociatedObject { get; }
Property Value
Type | Description |
---|---|
T | The associated object. |
AssociatedObjectTypeConstraint
Gets the associated object type constraint.
Declaration
protected sealed override Type AssociatedObjectTypeConstraint { get; }
Property Value
Type | Description |
---|---|
System.Type | The associated object type constraint. |