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

DiagramControl.CanvasBoundsChanged Event

Occurs when the size of the Canvas is changed.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

Declaration

public event EventHandler<DiagramCanvasBoundsChangedEventArgs> CanvasBoundsChanged

Event Data

The CanvasBoundsChanged event's data class is DevExpress.Xpf.Diagram.DiagramCanvasBoundsChangedEventArgs.

Remarks

The event’s OldBounds and NewBounds read-only parameters return the size of the canvas before and after modification.

See Also