Back to Devexpress

DiagramShape Events

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

latest3.5 KB
Original Source

DiagramShape Events

Displays a shape on the diagram canvas.

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.
ContentChangedOccurs when the current diagram shape’s content changes.
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. 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

DiagramShape Class

DiagramShape Members

DevExpress.XtraDiagram Namespace