The Event triggered when a target item's position is moved from one location to another.

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);
}

Field Value

EventHandler<CartellaRelationEventArgs>

See Also