SetDataStoreValueAction Class

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.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
<DefaultTriggerAttribute(GetType(UIElement), GetType(EventTrigger), "Loaded")> _
Public Class SetDataStoreValueAction
    Inherits ChangePropertyAction
'Usage
Dim instance As SetDataStoreValueAction
[DefaultTriggerAttribute(typeof(UIElement), typeof(EventTrigger), "Loaded")] 
public class SetDataStoreValueAction : ChangePropertyAction
[DefaultTriggerAttribute(typeof(UIElement), typeof(EventTrigger), L"Loaded")] 
public ref class SetDataStoreValueAction : public ChangePropertyAction
/** @attribute DefaultTriggerAttribute(System.Windows.UIElement, System.Windows.Interactivity.EventTrigger, "Loaded") */ 
public class SetDataStoreValueAction extends ChangePropertyAction
DefaultTriggerAttribute(System.Windows.UIElement, System.Windows.Interactivity.EventTrigger, "Loaded") 
public class SetDataStoreValueAction extends ChangePropertyAction

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.Interactivity.TriggerAction
             System.Windows.Interactivity.TargetedTriggerAction
               System.Windows.Interactivity.TargetedTriggerAction
                 Microsoft.Expression.Interactivity.Core.ChangePropertyAction
                  Microsoft.Expression.Interactivity.Core.SetDataStoreValueAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SetDataStoreValueAction Members
Microsoft.Expression.Interactivity.Core Namespace