Interface INotifyLengthChanged
Provides the event which fired when the length of an object has been changed.
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public interface INotifyLengthChanged
Events
LengthChanged
Occurs when the length of an object has been changed.
Declaration
event EventHandler<LengthChangedEventArgs> LengthChanged
Event Type
Type | Description |
---|---|
EventHandler<LengthChangedEventArgs> |