Delegate PlaylistAddedDelegate
A music bank callback function, called after adding playlist to the bank.
Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void PlaylistAddedDelegate(Playlist playlist);
Parameters
| Type | Name | Description |
|---|---|---|
| Playlist | playlist | A reference to a newly added playlist. |