Interaction.TriggersProperty Field

This property is used as the internal backing store for the public Triggers attached property.

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

Syntax

'Declaration
Public Shared ReadOnly TriggersProperty As DependencyProperty
'Usage
Dim value As DependencyProperty

value = Interaction.TriggersProperty
public static readonly DependencyProperty TriggersProperty
public:
static initonly DependencyProperty^ TriggersProperty
public static final DependencyProperty TriggersProperty
public static final var TriggersProperty : DependencyProperty

Remarks

This property is not exposed publicly. This forces clients to use the GetTriggers and SetTriggers methods to access the collection, ensuring the collection exists and is set before it is used.

See Also

Reference

Interaction Class
Interaction Members
System.Windows.Interactivity Namespace