Class ShuffleModeUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the ShuffleModeUpdated event.

    public class ShuffleModeUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ShuffleModeUpdatedEventArgs

    Constructors

    View Source

    ShuffleModeUpdatedEventArgs(bool)

    Initializes a new instance of the ShuffleModeUpdatedEventArgs class.

    Declaration
    public ShuffleModeUpdatedEventArgs(bool enabled)
    Parameters
    Type Name Description
    bool enabled

    A value indicating whether the shuffle mode is enabled.

    Properties

    View Source

    Enabled

    Gets a value indicating whether the shuffle mode is enabled.

    Declaration
    public bool Enabled { get; }
    Property Value
    Type Description
    bool

    true if the shuffle mode is enabled; otherwise, false.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX