void pc_PlaylistAdded(IPlaylistContainer pc, PlaylistEventArgs args) { if (PlaylistAdded != null) { PlaylistAdded(this, args); } }
protected virtual void OnPlaylistRemoved(PlaylistEventArgs args) { if (PlaylistRemoved != null) { PlaylistRemoved(this, args); } }