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


IWorkspaceEvents2.OnModifyDataset Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEvents2.OnModifyDataset Event

This event is fired when a dataset is modified.

[Visual Basic .NET]
Public Event OnModifyDataset As OnModifyDatasetEventHandler
[C#]
public event OnModifyDatasetEventHandler OnModifyDataset
[C++]
HRESULT OnModifyDataset(
  IDataset* Dataset
);
[C++]

Parameters Dataset [in]
Dataset is a parameter of type IDataset*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEvents2 Interface