Class RemoveElementAction
An action that will remove the targeted element from the tree when invoked.
Inheritance
System.Object
RemoveElementAction
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: Microsoft.Expression.Interactivity.Core
Assembly: OpenSilver.Expression.Interactions.dll
Syntax
public class RemoveElementAction : TargetedTriggerAction<FrameworkElement>, IAttachedObject
Remarks
This action may fail. The action understands how to remove elements from common parents but not from custom collections or direct manipulation of the visual tree.
Methods
| Improve this Doc View SourceInvoke(Object)
Declaration
protected override void Invoke(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |