EventTriggerBase.SourceTypeConstraint Property

Gets the source type constraint.

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

Syntax

'Declaration
Protected ReadOnly Property SourceTypeConstraint As Type
'Usage
Dim value As Type

value = Me.SourceTypeConstraint
protected Type SourceTypeConstraint { get; }
protected:
property Type^ SourceTypeConstraint {
    Type^ get ();
}
/** @property */
protected Type get_SourceTypeConstraint ()
protected function get SourceTypeConstraint () : Type

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