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

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.v19.2.dll

Declaration

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

Event Data

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

See Also