Class TimeChangedEventArgs
Contains arguments for the TimeChanged event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class TimeChangedEventArgs : EventArgs
Properties
NewTime
Gets the new time of an object.
Declaration
public long NewTime { get; }
Property Value
Type | Description |
---|---|
long |
OldTime
Gets the old time of an object.
Declaration
public long OldTime { get; }
Property Value
Type | Description |
---|---|
long |