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