Table of Contents

Class SetDataStoreValueAction

Namespace
Microsoft.Xaml.Behaviors.Core
Assembly
Microsoft.Xaml.Behaviors.dll

An action that will change the value of a property from a data store object. This class is identical to ChangePropertyAction. The only difference is that the data store picker is loaded for this action.

[DefaultTrigger(typeof(UIElement), typeof(EventTrigger), "Loaded")]
public class SetDataStoreValueAction : ChangePropertyAction, IAttachedObject
Inheritance
SetDataStoreValueAction
Implements
Inherited Members

Constructors

SetDataStoreValueAction()

public SetDataStoreValueAction()