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

ChunkCollection.OnRemove Method 

Performs additional custom processes when removing an element from the ChunkCollection 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

ChunkCollection Class | EF.SimpleMIDI Namespace