YoutubeSearchDone event |
|
Remarks
Occurs at the end of a search of videos or channels listed on Youtube, started through one between the following methods:
- Youtube.ChannelVideoListSearch
For details about management of Youtube connections refer to How to enumerate and download video/audio clips from Youtube tutorial.
For further details about methods related to Youtube searches refer to the YoutubeMan class.
Syntax
[Visual Basic] Public Event YoutubeSearchDone As YoutubeSearchDoneEventHandler |
[C#] public event YoutubeSearchDoneEventHandler YoutubeSearchDone; |
[C++] public: __event YoutubeSearchDoneEventHandler YoutubeSearchDone; |
Event Data
The event handler receives an argument of type YoutubeSearchDoneEventArgs having the following parameters:
Parameter |
Description |
|||||||||||||||
|
|
|||||||||||||||
nSearchType |
Type of search performed. Supported values are the following:
|
|||||||||||||||
nParam |
Reserved for future uses |
|||||||||||||||
nResult |
The result of the operation. See the LastError property for details about the returned result code. |