Back to Devexpress

DiagramImage Events

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

latest3.3 KB
Original Source

DiagramImage Events

Represents a diagram image 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.
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

DiagramImage Class

DiagramImage Members

DevExpress.XtraDiagram Namespace