| ArcObjects Library Reference (GeoDatabase) |
|
IObjectClassEvents.OnCreate Event
This event is fired when a new object is created in the object class.
[Visual Basic 6.0]
Event OnCreate(
ByVal obj As IObject _
)
[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
Example
IObjectClassEvents Example