Class DeviceOrientationEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
The class for event arguments of the DeviceOrientationChanged.
public class DeviceOrientationEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsDeviceOrientationEventArgs
Constructors
View SourceDeviceOrientationEventArgs(DeviceOrientation)
Initializes the DeviceOrientationEventArgs class.
Declaration
public DeviceOrientationEventArgs(DeviceOrientation orientation)
Parameters
| Type | Name | Description |
|---|---|---|
| DeviceOrientation | orientation | The information of the DeviceOrientation |
Properties
View SourceDeviceOrientation
The received DeviceOrientation.
Declaration
public DeviceOrientation DeviceOrientation { get; }
Property Value
| Type | Description |
|---|---|
| DeviceOrientation |