Class ShuffleModeCommandReceivedEventArgs

    Definition

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

    Provides data for the ShuffleModeCommandReceived event.

    public class ShuffleModeCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ShuffleModeCommandReceivedEventArgs

    Constructors

    View Source

    ShuffleModeCommandReceivedEventArgs(ShuffleModeCommand)

    Initializes a new instance of the ShuffleModeCommandReceivedEventArgs class.

    Declaration
    public ShuffleModeCommandReceivedEventArgs(ShuffleModeCommand command)
    Parameters
    Type Name Description
    ShuffleModeCommand command

    The shuffle mode command.

    Exceptions
    Type Condition
    System.ArgumentNullException

    command is null.

    Properties

    View Source

    Command

    Gets the ShuffleModeCommand.

    Declaration
    public ShuffleModeCommand Command { get; }
    Property Value
    Type Description
    ShuffleModeCommand
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX