Delegate PlayListHandler
Delegate for playlist events.
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
public delegate void PlayListHandler(string playlistName, string playlistId);
Parameters
Type | Name | Description |
---|---|---|
System.String | playlistName | Name of the playlist. |
System.String | playlistId | The playlist identifier. |