ISegmentCollectionChangeEventArgs

23 Sep 20251 minute to read

ISegmentCollectionChangeEventArgs notifies while the segments are added or removed from the connector.

Properties

addSegments []

returns the collection of segment that must be added to connector segment collection

cancel boolean

returns whether to cancel the change or not

element ConnectorModel

returns the selected element

removeSegments []

returns the collection of segment that must be removed from connector segment collection

type ChangeType

returns the type of the collection change