This topic has not yet been rated - Rate this topic

Interaction.GetTriggers Method

Expression Studio 4.0
Gets the TriggerCollection containing the triggers associated with the specified object.


Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)
public static TriggerCollection GetTriggers (
	DependencyObject obj
)
obj
The object from which to retrieve the triggers.
A TriggerCollection containing the triggers associated with the specified object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.