Class SearchCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the SearchCommandReceivedEventArgs event.
C#Copypublic class SearchCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSearchCommandReceivedEventArgs
Constructors
View Source
SearchCommandReceivedEventArgs(SearchCommand)
Initializes a new instance of the SearchCommandReceivedEventArgs class.
Declaration
C#Copypublic SearchCommandReceivedEventArgs(SearchCommand command)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchCommand | command | The search command. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
Properties
Declaration
C#Copypublic SearchCommand Command { get; }
Property Value
| Type | Description |
|---|---|
| SearchCommand |