Skip to main content
A newer version of this page is available. .

DiagramContainerBase Events

The base class for containers.
Name Description
AngleChanged Fires each time the value of the DiagramItem.Angle property is changed. Inherited from DiagramItem.
BoundsChanged Fires each time the value of the DiagramItem.Bounds property is changed. Inherited from DiagramItem.
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. 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