This document is archived and information here might be outdated.  Recommended version.


IObjectClassSchemaEvents.OnBehaviorChanged Event (ArcObjects .NET 10.5 SDK)
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