This document is archived and information here might be outdated. Recommended version. |
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
);
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.