Class SearchCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides data for the SearchCommandReceivedEventArgs event.
public class SearchCommandReceivedEventArgs : EventArgs
- Inheritance
Constructors
View SourceSearchCommandReceivedEventArgs(SearchCommand)
Initializes a new instance of the SearchCommandReceivedEventArgs class.
Declaration
public SearchCommandReceivedEventArgs(SearchCommand command)
Parameters
Type | Name | Description |
---|---|---|
SearchCommand | command | The search command. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
API Level: 5
Properties
View SourceCommand
Gets the SearchCommand.
Declaration
public SearchCommand Command { get; }
Property Value
Type | Description |
---|---|
SearchCommand |