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

DiagramControl.BeforeItemsRotating Event

Raises each time the end-user attempts to rotate a diagram item.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public event EventHandler<DiagramBeforeItemsRotatingEventArgs> BeforeItemsRotating

Event Data

The BeforeItemsRotating event's data class is DevExpress.Xpf.Diagram.DiagramBeforeItemsRotatingEventArgs.

Remarks

The ActionSource property indicates whether the rotating operation is performed using mouse or pressing key shortcuts. The CenterOfRotation property returns the rotation center point.

See Also