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
    System.EventArgs
    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.

    Exceptions
    Type Condition
    System.ArgumentNullException

    command is null.

    Properties

    View Source

    Command

    Gets the CustomCommand.

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