The ICartellaPositionedRelations<(Of <(<'TOwner, TTarget>)>)> type exposes the following members.

Events

  NameDescription
Public eventPositionChanged
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.
Public eventTargetAdded
Event to fire, when a target is added to the collection
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public eventTargetRemoved
Event to fire, when a target is removed from the collection
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)

See Also