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