Class SearchCommandReceivedEventArgs

    Definition

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

    Provides data for the SearchCommandReceivedEventArgs event.

    public class SearchCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    SearchCommandReceivedEventArgs

    Constructors

    View Source

    SearchCommandReceivedEventArgs(SearchCommand)

    Initializes a new instance of the SearchCommandReceivedEventArgs class.

    Declaration
    public SearchCommandReceivedEventArgs(SearchCommand command)
    Parameters
    Type Name Description
    SearchCommand command

    The search command.

    Properties

    View Source

    Command

    Gets the SearchCommand.

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

    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