ArcGIS Developer Help  (ESRI.ArcGIS.Schematic)  

OnChangeDatasetEventHandler Delegate

Represents the method that handles the OnChangeDataset event.
[Visual Basic .NET]
Public Delegate Sub OnChangeDatasetEventHandler ( _
    ByVal SchematicDataset As ISchematicDataset _
)
[C#]
public delegate void OnChangeDatasetEventHandler (
    ISchematicDataset SchematicDataset
);