Click or drag to resize

Transitionrun Method (Object, String, Object, ITransitionType)

Creates and immediately runs a transition on the property passed in.

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public static void run(
	Object target,
	string strPropertyName,
	Object destinationValue,
	ITransitionType transitionMethod
)

Parameters

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:Transitions.Transition.run(System.Object,System.String,System.Object,Transitions.ITransitionType)"]

strPropertyName
Type: SystemString

[Missing <param name="strPropertyName"/> documentation for "M:Transitions.Transition.run(System.Object,System.String,System.Object,Transitions.ITransitionType)"]

destinationValue
Type: SystemObject

[Missing <param name="destinationValue"/> documentation for "M:Transitions.Transition.run(System.Object,System.String,System.Object,Transitions.ITransitionType)"]

transitionMethod
Type: TransitionsITransitionType

[Missing <param name="transitionMethod"/> documentation for "M:Transitions.Transition.run(System.Object,System.String,System.Object,Transitions.ITransitionType)"]

See Also