Delegate PlaylistRenamedDelegate
A music bank callback function, called after changing playlist name.
Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void PlaylistRenamedDelegate(Playlist playlist, int index, string oldName, string newName);
Parameters
Type | Name | Description |
---|---|---|
Playlist | playlist | A reference to a playlist. |
System.Int32 | index | An index in corresponding Playlists collection. |
System.String | oldName | An old name of the playlist. |
System.String | newName | A new name of the playlist. |