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


IObjectClassEvents.OnCreate Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassEvents Interface > IObjectClassEvents.OnCreate Event
ArcGIS Developer Help

IObjectClassEvents.OnCreate Event

This event is fired when a new object is created in the object class.

[Visual Basic .NET]
Public Event OnCreate As OnCreateEventHandler
[C#]
public event OnCreateEventHandler OnCreate
[C++]
HRESULT OnCreate(
  IObject* obj
);
[C++]
Parameters
obj [in]

obj is a parameter of type IObject*

Product Availability

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

See Also

IObjectClassEvents Interface