Class PlaybackCurrentTimeChangedEventArgs
Holds current times of playbacks for CurrentTimeChanged.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class PlaybackCurrentTimeChangedEventArgs : EventArgs
Properties
Times
Gets collection of current times of playbacks.
Declaration
public IEnumerable<PlaybackCurrentTime> Times { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PlaybackCurrentTime> |