DiagramConnector Events
Connects two diagram items or two points.Name | Description |
---|---|
AngleChanged | Fires each time the value of the DiagramItem.Angle property is changed. Inherited from DiagramItem. |
BeginLabelArrowOffsetChanged | |
BeginLabelConnectorOffsetChanged | |
BeginLeftLabelChanged | |
BeginRightLabelChanged | |
BoundsChanged | Fires each time the value of the DiagramItem.Bounds property is changed. Inherited from DiagramItem. |
CanHideSubordinatesChanged | Inherited from DiagramItem. |
ContentChanged | Fires each time the value of the DiagramConnector.Content property is changed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
EndLabelArrowOffsetChanged | |
EndLabelConnectorOffsetChanged | |
EndLeftLabelChanged | |
EndRightLabelChanged | |
HeightChanged | Fires each time the value of the DiagramItem.Height property is changed. Inherited from DiagramItem. |
PositionChanged | Fires each time the value of the DiagramItem.Position property is changed. Inherited from DiagramItem. |
SizeChanged | Fires each time the value of either DiagramItem.Height or DiagramItem.Width property is changed. Inherited from DiagramItem. |
WidthChanged | Fires each time the value of the DiagramItem.Width property is changed. Inherited from DiagramItem. |
XChanged | Fires each time the value of the DiagramItem.X property is changed. Inherited from DiagramItem. |
YChanged | Fires each time the value of the DiagramItem.Y property is changed. Inherited from DiagramItem. |
See Also