EventTriggerBase.AssociatedObjectTypeConstraint Property

Gets the type constraint of the associated object.

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

Syntax

'Declaration
Protected Overrides NotOverridable ReadOnly Property AssociatedObjectTypeConstraint As Type
'Usage
Dim value As Type

value = Me.AssociatedObjectTypeConstraint
protected override sealed Type AssociatedObjectTypeConstraint { get; }
protected:
virtual property Type^ AssociatedObjectTypeConstraint {
    Type^ get () override sealed;
}
/** @property */
protected final Type get_AssociatedObjectTypeConstraint ()
protected override final function get AssociatedObjectTypeConstraint () : Type

Remarks

Define a TypeConstraintAttribute on a derived type to constrain the types it may be attached to.

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

EventTriggerBase Class
EventTriggerBase Members
System.Windows.Interactivity Namespace