Back to Devexpress

DiagramContainer Events

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

latest3.6 KB
Original Source

DiagramContainer Events

Represents a diagram container item.

NameDescription
AngleChangedFires each time the value of the DiagramItem.Angle property is changed. Inherited from DiagramItem.
BoundsChangedFires each time the value of the DiagramItem.Bounds property is changed. Inherited from DiagramItem.
CanHideSubordinatesChangedInherited from DiagramItem.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
HeaderChangedFires each time the value of the DiagramContainer.Header property is changed.
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

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace