Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramItem Events
Show Inherited Hide Inherited

The base class for diagram items.
Name Description
AngleChanged Fires each time the value of the DiagramItem.Angle property is changed.
BoundsChanged Fires each time the value of the DiagramItem.Bounds property is changed.
CanHideSubordinatesChanged
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.
PositionChanged Fires each time the value of the DiagramItem.Position property is changed.
SizeChanged Fires each time the value of either DiagramItem.Height or DiagramItem.Width property is changed.
WidthChanged Fires each time the value of the DiagramItem.Width property is changed.
XChanged Fires each time the value of the DiagramItem.X property is changed.
YChanged Fires each time the value of the DiagramItem.Y property is changed.
See Also