Class RepeatModeCommandReceivedEventArgs

    Definition

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

    Provides data for the RepeatModeCommandReceived event.

    public class RepeatModeCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    RepeatModeCommandReceivedEventArgs

    Constructors

    View Source

    RepeatModeCommandReceivedEventArgs(RepeatModeCommand)

    Initializes a new instance of the RepeatModeCommandReceivedEventArgs class.

    Declaration
    public RepeatModeCommandReceivedEventArgs(RepeatModeCommand command)
    Parameters
    Type Name Description
    RepeatModeCommand command

    The repeat mode command.

    Properties

    View Source

    Command

    Gets the RepeatModeCommand.

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

    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