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

DiagramImage Events
Show Inherited Hide Inherited

Represents a diagram image item.
Name Description
AngleChanged Fires each time the value of the DiagramItem.Angle property is changed. Inherited from DiagramItem.
BoundsChanged Fires each time the value of the DiagramItem.Bounds property is changed. Inherited from DiagramItem.
CanHideSubordinatesChanged Inherited from DiagramItem.
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. Inherited from DiagramItem.
PositionChanged Fires each time the value of the DiagramItem.Position property is changed. Inherited from DiagramItem.
SizeChanged Fires each time the value of either DiagramItem.Height or DiagramItem.Width property is changed. Inherited from DiagramItem.
WidthChanged Fires each time the value of the DiagramItem.Width property is changed. Inherited from DiagramItem.
XChanged Fires each time the value of the DiagramItem.X property is changed. Inherited from DiagramItem.
YChanged Fires each time the value of the DiagramItem.Y property is changed. Inherited from DiagramItem.
See Also