RemoveElementAction

You can use the RemoveElementAction action to easily remove an element from a logical tree.

To add a RemoveElementAction to a Windows Phone project

  1. In the Assets panel, click Behaviors, and then drag RemoveElementAction onto the object that you want to apply the action to. The Common Properties category appears in the Properties panel.

    Note

    The object to which the behavior is added provides the context within which the behavior operates.

  2. In the Common Properties category, in the TargetName drop-down list, select the element that you want to remove. You can use the ****Artboard Element Picker ****Artboard Element Picker icon to select the element, or you can use Browse to pick the element from a list of elements that appear on the artboard.

    Note

    If not set, the TargetName property will default to the object to which the action is attached.

    RemoveElementAction for WindowsPhone

When you are running your application and you trigger the RemoveElementAction, the element that you targeted will be removed.

Subsequent invocations of the action will have no effect, because the element will have already been removed from the tree.

Note

If the element that you targeted contains children, all the children will also be removed.

To see a sample of this behavior, visit the Expression Community Gallery Ff979329.xtlink_newWindow(en-us,Expression.40).png.

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.