This document is archived and information here might be outdated.  Recommended version.


ISchematicDatasetEvents.OnChangeDataset Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDatasetEvents.OnChangeDataset Event

Called when a schematic dataset has changed in memory.

[Visual Basic .NET]
Public Event OnChangeDataset As OnChangeDatasetEventHandler
[C#]
public event OnChangeDatasetEventHandler OnChangeDataset
[C++]
HRESULT OnChangeDataset(
  ISchematicDataset* SchematicDataset
);
[C++]

Parameters SchematicDataset [in]
SchematicDataset is a parameter of type ISchematicDataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDatasetEvents Interface