Struct Event.CbSongAdded
- Namespace
- SpessaSharp.Sequencer
- Assembly
- SpessaSharp.dll
Called when the song changes.
public readonly record struct Event.CbSongAdded : IEquatable<Event.CbSongAdded>
- Implements
- Inherited Members
Constructors
CbSongAdded(int)
Called when the song changes.
public CbSongAdded(int SongIndex)
Parameters
SongIndexintThe index of the new song in the song list.
Properties
SongIndex
The index of the new song in the song list.
public int SongIndex { get; init; }