RemoveElementAction Members
An action that will remove the targeted element from the tree when invoked.
The following tables list the members exposed by the RemoveElementAction type.
Public Constructors
Name | Description | |
---|---|---|
RemoveElementAction | Initializes a new instance of the TargetedTriggerAction`1 class. |
Top
Public Fields
Name | Description | |
---|---|---|
IsEnabledProperty | (Inherited from TriggerAction) | |
TargetNameProperty | (Inherited from TargetedTriggerAction) | |
TargetObjectProperty | (Inherited from TargetedTriggerAction) |
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) | |
TargetName | Gets or sets the name of the object this action targets. If Target is set, this property is ignored. If Target is not set and TargetName is not set or cannot be resolved, the target will default to the AssociatedObject. This is a dependency property. (Inherited from TargetedTriggerAction) | |
TargetObject | Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property. (Inherited from TargetedTriggerAction) |
Top
Protected Properties
Name | Description | |
---|---|---|
AssociatedObject | Gets the object to which this action is attached. (Inherited from TriggerAction) | |
AssociatedObjectTypeConstraint | Gets the associated object type constraint. (Inherited from TargetedTriggerAction) | |
Target | Gets the target object. If TargetName is not set or cannot be resolved, defaults to the AssociatedObject. (Inherited from TargetedTriggerAction) | |
TargetTypeConstraint | Gets the target type constraint. (Inherited from TargetedTriggerAction) |
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 | Overridden. | |
MemberwiseClone | (Inherited from Object) | |
OnAttached | Called after the action is attached to an AssociatedObject. (Inherited from TargetedTriggerAction) | |
OnChanged | (Inherited from Freezable) | |
OnDetaching | Called when the action is being detached from its AssociatedObject, but before it has actually occurred. (Inherited from TargetedTriggerAction) | |
OnFreezablePropertyChanged | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged | (Inherited from Freezable) | |
OnTargetChanged | Called when the target property changes. (Inherited from TargetedTriggerAction) | |
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
RemoveElementAction Class
Microsoft.Expression.Interactivity.Core Namespace