ArcObjects Library Reference  (GeoDatabase)    

IRowEvents.OnNew Method

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

[Visual Basic 6.0]
Sub OnNew
[Visual Basic .NET]
Public Sub OnNew ( _
)
[C#]
public void OnNew (
);
[Java]
public void onNew (
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page