| ArcObjects Library Reference (GeoDatabase) |
|
IObjectClassEvents.OnChange Event
This event is fired when an object's attributes or geometry is updated.
[Visual Basic 6.0]
Event OnChange(
ByVal obj As IObject _
)
[Visual Basic .NET]
Public Event OnChange As OnChangeEventHandler
[C#]
public event OnChangeEventHandler OnChange
[C++]
HRESULT OnChange(
IObject* obj
);
[C++]
Parameters
obj [in]
obj is a parameter of type IObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IObjectClassEvents Interface
Example
IObjectClassEvents Example
Send feedback on this page