This event is fired when a dataset is created.
[Visual Basic .NET] Public Event OnCreateDataset As OnCreateDatasetEventHandler
[C#] public event OnCreateDatasetEventHandler OnCreateDataset
[C++]
HRESULT OnCreateDataset(
IDataset* pDataset
);
[C++]Parameters
pDataset [in]pDataset is a parameter of type IDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The OnCreateDataset method is fired after a dataset has been created.