Skip to main content

CameraControl.DisplayOrientationChanging Event

Fires when the orientation is about to be changed due to display rotation, allowing you to override the rotate angle.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event DisplayOrientationChangingEventHandler DisplayOrientationChanging

Event Data

The DisplayOrientationChanging event's data class is DevExpress.XtraEditors.Camera.DisplayOrientationChangingEventArgs.

See Also