com.esri.arcgis.geodatabase
Class IRowEventsOnInitializeEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.geodatabase.IRowEventsOnInitializeEvent
- All Implemented Interfaces:
- Serializable
public class IRowEventsOnInitializeEvent
- extends EventObject
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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
|
Method Summary |
void |
init()
|
IRowEventsOnInitializeEvent
public IRowEventsOnInitializeEvent(Object source)
init
public void init()