Class PlaylistItemsRemovedEventArgs
Inheritance
System.Object
    System.EventArgs
    PlaylistItemsRemovedEventArgs
  Inherited Members
      System.EventArgs.Empty
    
  Namespace: MediaBrowser.Controller.Playlists
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class PlaylistItemsRemovedEventArgs : EventArgsProperties
ListItemEntryIds
Declaration
public long[] ListItemEntryIds { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int64[] | 
Playlist
Gets or sets the collection.
Declaration
public Playlist Playlist { get; set; }Property Value
| Type | Description | 
|---|---|
| Playlist | The collection. |