Class PlaybackActionCommandReceivedEventArgs

    Definition

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

    Provides data for the PlaybackActionCommandReceived event.

    public class PlaybackActionCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    PlaybackActionCommandReceivedEventArgs

    Constructors

    View Source

    PlaybackActionCommandReceivedEventArgs(PlaybackCommand)

    Initializes a new instance of the PlaybackActionCommandReceivedEventArgs class.

    Declaration
    public PlaybackActionCommandReceivedEventArgs(PlaybackCommand command)
    Parameters
    Type Name Description
    PlaybackCommand command

    The playback command.

    Properties

    View Source

    Command

    Gets the PlaybackCommand.

    Declaration
    public PlaybackCommand Command { get; }
    Property Value
    Type Description
    PlaybackCommand
    See Also
    MediaControlPlaybackCommand

    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