TriggerBase.Actions Property

Gets the actions associated with this trigger.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public ReadOnly Property Actions As TriggerActionCollection
'Usage
Dim instance As TriggerBase
Dim value As TriggerActionCollection

value = instance.Actions
public TriggerActionCollection Actions { get; }
public:
property TriggerActionCollection^ Actions {
    TriggerActionCollection^ get ();
}
/** @property */
public TriggerActionCollection get_Actions ()
public function get Actions () : TriggerActionCollection

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

TriggerBase Class
TriggerBase Members
System.Windows.Interactivity Namespace