Class CustomCommandReceivedEventArgs

    Definition

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

    Provides data for the CustomCommandReceived or CustomCommandReceived event.

    public class CustomCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    CustomCommandReceivedEventArgs

    Constructors

    View Source

    CustomCommandReceivedEventArgs(CustomCommand)

    Initializes a new instance of the CustomCommandReceivedEventArgs class.

    Declaration
    public CustomCommandReceivedEventArgs(CustomCommand command)
    Parameters
    Type Name Description
    CustomCommand command

    The playback position command.

    Properties

    View Source

    Command

    Gets the CustomCommand.

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

    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