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