Class ShuffleModeCommandReceivedEventArgs

    Definition

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

    Provides data for the ShuffleModeCommandReceived event.

    public class ShuffleModeCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    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.

    Properties

    View Source

    Command

    Gets the ShuffleModeCommand.

    Declaration
    public ShuffleModeCommand Command { get; }
    Property Value
    Type Description
    ShuffleModeCommand

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX