DefaultTriggerAttribute Constructor (Type, Type, Object[])

Initializes a new instance of the DefaultTriggerAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    targetType As Type, _
    triggerType As Type, _
    ParamArray parameters As Object() _
)
'Usage
Dim targetType As Type
Dim triggerType As Type
Dim parameters As Object()

Dim instance As New DefaultTriggerAttribute(targetType, triggerType, parameters)
public DefaultTriggerAttribute (
    Type targetType,
    Type triggerType,
    params Object[] parameters
)
public:
DefaultTriggerAttribute (
    Type^ targetType, 
    Type^ triggerType, 
    ... array<Object^>^ parameters
)
public DefaultTriggerAttribute (
    Type targetType, 
    Type triggerType, 
    Object[] parameters
)
public function DefaultTriggerAttribute (
    targetType : Type, 
    triggerType : Type, 
    ... parameters : Object[]
)

See Also

Reference

DefaultTriggerAttribute Class
DefaultTriggerAttribute Members
System.Windows.Interactivity Namespace