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.
Event Args DeviceOrientation Event Args
Constructors
View SourceDeviceOrientationEventArgs(DeviceOrientation)
Initializes the DeviceOrientationEventArgs class.
Declaration
public DeviceOrientationEventArgs(DeviceOrientation orientation)
Parameters
Type | Name | Description |
---|---|---|
Device |
orientation | The information of the DeviceOrientation |
Properties
View SourceDeviceOrientation
The received DeviceOrientation.
Declaration
public DeviceOrientation DeviceOrientation { get; }
Property Value
Type | Description |
---|---|
Device |