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


IRowEvents.OnInitialize 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.OnInitialize Method
ArcGIS Developer Help

IRowEvents.OnInitialize Method

An after event that is fired when a custom object is initialized.

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

Product Availability

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

Remarks

The OnInitialize method is called by the geodatabase after hydrating a cocreated Row object with its state (its set of field values) but before handing the Row to an application program. This is an opportunity for the Row object to initialize further state and derived member variables.

See Also

IRowEvents Interface