Back to Devexpress

DiagramItem Events

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

latest2.6 KB
Original Source

DiagramItem Events

The base class for diagram items.

NameDescription
AngleChangedFires each time the value of the DiagramItem.Angle property is changed.
BoundsChangedFires each time the value of the DiagramItem.Bounds property is changed.
CanHideSubordinatesChanged
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
HeightChangedFires each time the value of the DiagramItem.Height property is changed.
PositionChangedFires each time the value of the DiagramItem.Position property is changed.
SizeChangedFires each time the value of either DiagramItem.Height or DiagramItem.Width property is changed.
WidthChangedFires each time the value of the DiagramItem.Width property is changed.
XChangedFires each time the value of the DiagramItem.X property is changed.
YChangedFires each time the value of the DiagramItem.Y property is changed.

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace