DiagramItem.PositionChanged Event
Fires each time the value of the DiagramItem.Position property is changed.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DiagramCategory(DiagramCategory.DiagramPropertyChanged)]
public event EventHandler PositionChanged
Event Data
The PositionChanged event's data class is EventArgs.
See Also