Show / Hide Table of Contents

    Class DeviceOrientationEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll
    API Level:
    3

    The class for event arguments of the DeviceOrientationChanged.

    public class DeviceOrientationEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    DeviceOrientationEventArgs

    Constructors

    View Source

    DeviceOrientationEventArgs(DeviceOrientation)

    Initializes the DeviceOrientationEventArgs class.

    Declaration
    public DeviceOrientationEventArgs(DeviceOrientation orientation)
    Parameters
    Type Name Description
    DeviceOrientation orientation

    The information of the DeviceOrientation

    API Level: 3

    Properties

    View Source

    DeviceOrientation

    The received DeviceOrientation.

    Declaration
    public DeviceOrientation DeviceOrientation { get; }
    Property Value
    Type Description
    DeviceOrientation
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX