TriggerAction.IsEnabled Property

Gets or sets a value indicating whether this action will run when invoked. This is a dependency property.

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

Syntax

'Declaration
Public Property IsEnabled As Boolean
'Usage
Dim instance As TriggerAction
Dim value As Boolean

value = instance.IsEnabled

instance.IsEnabled = value
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsEnabled ()

/** @property */
public void set_IsEnabled (boolean value)
public function get IsEnabled () : boolean

public function set IsEnabled (value : boolean)

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

TriggerAction Class
TriggerAction Members
System.Windows.Interactivity Namespace