Event to fire, when a positioned relations object constructed by the manager, has target position moved. This event only happens, when 2 existing targets swap positions.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
event EventHandler<CartellaRelationPositionChangeEventArgs> RelationMoved
Visual Basic
Event RelationMoved As EventHandler(Of CartellaRelationPositionChangeEventArgs)
Visual C++
 event EventHandler<CartellaRelationPositionChangeEventArgs^>^ RelationMoved {
	void add (EventHandler<CartellaRelationPositionChangeEventArgs^>^ value);
	void remove (EventHandler<CartellaRelationPositionChangeEventArgs^>^ value);
}

See Also