Skip to main content
A newer version of this page is available. .

DiagramItem.WidthChanged Event

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

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

Event Data

The WidthChanged event's data class is EventArgs.

See Also