Class AimpPlaylistEventArgs
Class AimpPlaylistEventArgs. Implements the System.EventArgs
Inheritance
System.Object
System.EventArgs
AimpPlaylistEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
public class AimpPlaylistEventArgs : EventArgs
Constructors
AimpPlaylistEventArgs(IAimpPlaylist)
Initializes a new instance of the AimpPlaylistEventArgs class.
Declaration
public AimpPlaylistEventArgs(IAimpPlaylist playlist)
Parameters
Type | Name | Description |
---|---|---|
IAimpPlaylist | playlist | The playlist. |
Properties
Playlist
Gets the playlist.
Declaration
public IAimpPlaylist Playlist { get; }
See Also
System.EventArgs