Skip to main content

DiagramItem Events

The base class for diagram items.
Name Description
AngleChanged Fires each time the value of the DiagramItem.Angle property is changed.
BoundsChanged Fires each time the value of the DiagramItem.Bounds property is changed.
CanHideSubordinatesChanged
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
HeightChanged Fires each time the value of the DiagramItem.Height property is changed.
PositionChanged Fires each time the value of the DiagramItem.Position property is changed.
SizeChanged Fires each time the value of either DiagramItem.Height or DiagramItem.Width property is changed.
WidthChanged Fires each time the value of the DiagramItem.Width property is changed.
XChanged Fires each time the value of the DiagramItem.X property is changed.
YChanged Fires each time the value of the DiagramItem.Y property is changed.
See Also