Version

XamEventTriggerBase Class Properties

For a list of all members of this type, see XamEventTriggerBase members.

Public Properties
 NameDescription
Public PropertyActionsGets the collection of XamTriggerAction objects that will be executed when the event of AssociatedObject instance, specified by EventName is fired.  
Public PropertyAssociatedObjectGets the associated object.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyEventNameGets or sets the name of event that this XamEventTriggerBase is responsible for.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Protected Properties
 NameDescription
Protected PropertyAssociatedObjectBaseGets the instance of the object associated with this XamEventTriggerBase object.  
See Also