Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an attachable object that encapsulates a unit of functionality.
The following tables list the members exposed by the TriggerAction type.
Protected Constructors
Name | Description | |
---|---|---|
TriggerAction | Initializes a new instance of the TriggerAction`1 class. |
Top
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
IsEnabledProperty | (Inherited from TriggerAction) |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
![]() |
CanFreeze | (Inherited from Freezable) |
![]() |
DependencyObjectType | (Inherited from DependencyObject) |
![]() |
Dispatcher | (Inherited from DispatcherObject) |
![]() |
HasAnimatedProperties | (Inherited from Animatable) |
![]() |
IsEnabled | Gets or sets a value indicating whether this action will run when invoked. This is a dependency property. (Inherited from TriggerAction) |
![]() |
IsFrozen | (Inherited from Freezable) |
![]() |
IsSealed | (Inherited from DependencyObject) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
AssociatedObject | Gets the object to which this TriggerAction`1 is attached. |
![]() |
AssociatedObjectTypeConstraint | Overridden. Gets the associated object type constraint. |
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 | When implemented in a derived class, creates a new instance of the Freezable derived class. (Inherited from TriggerAction) |
![]() |
Finalize | (Inherited from Object) |
![]() ![]() |
Freeze | Overloaded. (Inherited from Freezable) |
![]() |
FreezeCore | (Inherited from Animatable) |
![]() |
GetAsFrozenCore | (Inherited from Freezable) |
![]() |
GetCurrentValueAsFrozenCore | (Inherited from Freezable) |
![]() |
Invoke | (Inherited from TriggerAction) |
![]() |
MemberwiseClone | (Inherited from Object) |
![]() |
OnAttached | Called after the action is attached to an AssociatedObject. (Inherited from TriggerAction) |
![]() |
OnChanged | (Inherited from Freezable) |
![]() |
OnDetaching | Called when the action is being detached from its AssociatedObject, but before it has actually occurred. (Inherited from TriggerAction) |
![]() |
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) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Windows.Interactivity.IAttachedObject.AssociatedObject | Gets the object to which this action is attached. (Inherited from TriggerAction) |
Top
See Also
Reference
TriggerAction Generic Class
System.Windows.Interactivity Namespace