Skip to main content

DiagramItem.BoundsChanged Event

Fires each time the value of the DiagramItem.Bounds property is changed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DiagramCategory(DiagramCategory.DiagramPropertyChanged)]
public event EventHandler BoundsChanged

Event Data

The BoundsChanged event's data class is EventArgs.

See Also