Event to fire, when target positions are changed. Only get fired when "MoveRelation" method is executed. Add and Remove also trigger positioning changes, but will not fire this event.

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

Syntax

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

See Also