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


IRowEvents.OnNew Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowEvents Interface > IRowEvents.OnNew Method
ArcGIS Developer Help

IRowEvents.OnNew Method

An after event that is fired when a custom object is Stored for the first time.

[Visual Basic .NET]
Public Sub OnNew ( _
)
[C#]
public void OnNew (
);
[C++]
HRESULT OnNew(
void
);

Product Availability

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

Remarks

The OnNew method is called by the geodatabase when an application program calls Store on a newly created Row object.

See Also

IRowEvents Interface