EventTriggerBase Properties

Public Properties

(see also Protected Properties)

  Name Description
public property Actions 
Gets the actions associated with this trigger.
 (Inherited from TriggerBase)
public property CanFreeze  (Inherited from Freezable)
public property DependencyObjectType  (Inherited from DependencyObject)
public property Dispatcher  (Inherited from DispatcherObject)
public property HasAnimatedProperties  (Inherited from Animatable)
public property IsFrozen  (Inherited from Freezable)
public property IsSealed  (Inherited from DependencyObject)
public property Source
Gets the resolved source. If is not set or cannot be resolved, defaults to AssociatedObject.
public property SourceName
Gets or sets the name of the element this EventTriggerBase listens for as a source. If the name is not set or cannot be resolved, the AssociatedObject will be used. This is a dependency property.
public property SourceObject
Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property.

Protected Properties

  Name Description
protected property AssociatedObject 
Gets the object to which the trigger is attached.
 (Inherited from TriggerBase)
protected property AssociatedObjectTypeConstraint Overridden.
Gets the type constraint of the associated object.
protected property SourceTypeConstraint
Gets the source type constraint.

Explicit Interface Implementations

  Name Description
System.Windows.Interactivity.IAttachedObject.AssociatedObject 
Gets the object to which the trigger is attached.
 (Inherited from TriggerBase)

See Also

Reference

EventTriggerBase Class
System.Windows.Interactivity Namespace