An after event that is fired when a custom object is initialized.
[Visual Basic 6.0]
Sub OnInitialize
[Visual Basic .NET]
Public Sub OnInitialize ( _
)
[C#] public void OnInitialize ( );
[Java] public void onInitialize ( ) throws IOException, AutomationException
[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.