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