Class SearchCommandReceivedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
5

Provides data for the SearchCommandReceivedEventArgs event.

C#
Copy
public class SearchCommandReceivedEventArgs : EventArgs
Inheritance
SearchCommandReceivedEventArgs

Constructors

View Source

SearchCommandReceivedEventArgs(SearchCommand)

Initializes a new instance of the SearchCommandReceivedEventArgs class.

Declaration
C#
Copy
public SearchCommandReceivedEventArgs(SearchCommand command)
Parameters
Type Name Description
SearchCommand command

The search command.

Exceptions
Type Condition
ArgumentNullException

command is null.

API Level: 5

Properties

View Source

Command

Gets the SearchCommand.

Declaration
C#
Copy
public SearchCommand Command { get; }
Property Value
Type Description
SearchCommand
API Level: 5