DefaultTriggerAttribute Class

Provides design tools information about what TriggerBase to instantiate for a given action or command.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, AllowMultiple:=True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DefaultTriggerAttribute
    Inherits Attribute
'Usage
Dim instance As DefaultTriggerAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple=true)] 
[CLSCompliantAttribute(false)] 
public sealed class DefaultTriggerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, AllowMultiple=true)] 
[CLSCompliantAttribute(false)] 
public ref class DefaultTriggerAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple=true) */ 
/** @attribute CLSCompliantAttribute(false) */ 
public final class DefaultTriggerAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple=true) 
CLSCompliantAttribute(false) 
public final class DefaultTriggerAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    System.Windows.Interactivity.DefaultTriggerAttribute

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

DefaultTriggerAttribute Members
System.Windows.Interactivity Namespace