ArcObjects Library Reference (GeoDatabase)  

IObjectClassSchemaEvents.OnBehaviorChanged Event

This event is fired when the behavior class for the object class changes.

[Visual Basic .NET]
Public Event OnBehaviorChanged As OnBehaviorChangedEventHandler
[C#]
public event OnBehaviorChangedEventHandler OnBehaviorChanged
[C++]
HRESULT OnBehaviorChanged(
void
);

Product Availability

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

See Also

IObjectClassSchemaEvents Interface