Delegate AimpPlayListHandler<TEventArgs>
Delegate AimpPlayListHandler
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
public delegate void AimpPlayListHandler<in TEventArgs>(IAimpPlaylist sender, TEventArgs args)
    where TEventArgs : EventArgs;
  Parameters
| Type | Name | Description | 
|---|---|---|
| IAimpPlaylist | sender | The sender.  | 
      
| TEventArgs | args | The   | 
      
Type Parameters
| Name | Description | 
|---|---|
| TEventArgs | The type of the t event arguments.  |