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