A class library for opening, parsing, and saving MIDI files.

TrackEventCollection.OnRemove Method 

Performs additional custom processes when removing an element from the TrackEventCollection instance.

protected override void OnRemove(
   int index,
   object value
);

Parameters

index
The zero-based index at which to insert value.
value
The value of the element to remove from index.

See Also

TrackEventCollection Class | EF.SimpleMIDI Namespace