FreeReference has been made to contains the reference of your choice. This allows you more flexible design code. This Field is received when listening the TweenCompleted event or the ReverseCompleted event.

Namespace:  Tweened
Assembly:  Tweened (in Tweened.dll)

Syntax

Visual Basic (Declaration)
Public Property FreeReference As Object
C#
public Object FreeReference { get; set; }
Visual C++
public:
property Object^ FreeReference {
	Object^ get ();
	void set (Object^ value);
}
JavaScript
function get_freeReference();
function set_freeReference(value);

See Also