Back to Devexpress

DiagramConnector Events

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnector-dot-underscore-events.md

latest4.5 KB
Original Source

DiagramConnector Events

Connects two diagram items or two points.

NameDescription
AngleChangedFires each time the value of the DiagramItem.Angle property is changed. Inherited from DiagramItem.
BeginLabelArrowOffsetChanged
BeginLabelConnectorOffsetChanged
BeginLeftLabelChanged
BeginRightLabelChanged
BoundsChangedFires each time the value of the DiagramItem.Bounds property is changed. Inherited from DiagramItem.
CanHideSubordinatesChangedInherited from DiagramItem.
ContentChangedFires each time the value of the DiagramConnector.Content property is changed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EndLabelArrowOffsetChanged
EndLabelConnectorOffsetChanged
EndLeftLabelChanged
EndRightLabelChanged
HeightChangedFires each time the value of the DiagramItem.Height property is changed. Inherited from DiagramItem.
PositionChangedFires each time the value of the DiagramItem.Position property is changed. Inherited from DiagramItem.
SizeChangedFires each time the value of either DiagramItem.Height or DiagramItem.Width property is changed. Inherited from DiagramItem.
WidthChangedFires each time the value of the DiagramItem.Width property is changed. Inherited from DiagramItem.
XChangedFires each time the value of the DiagramItem.X property is changed. Inherited from DiagramItem.
YChangedFires each time the value of the DiagramItem.Y property is changed. Inherited from DiagramItem.

See Also

DiagramConnector Class

DiagramConnector Members

DevExpress.XtraDiagram Namespace