Menu

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
Command Gets or sets the command this action should invoke. This is a dependency property.
CommandName Gets or sets the name of the command this action should invoke.
CommandParameter Gets or sets the command parameter. This is a dependency property.
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)

Protected Properties

NameDescription
AssociatedObject Gets the object to which this TriggerAction`1 is attached. (Inherited from TriggerAction)
AssociatedObjectTypeConstraint Gets the associated object type constraint. (Inherited from TriggerAction)

Explicit Interface Implementations

NameDescription
System.Windows.Interactivity.IAttachedObject.AssociatedObject Gets the object to which this TriggerAction`1 is attached. (Inherited from TriggerAction)

See Also