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


IGxDocumentationViewWindow.OnObjectChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxDocumentationViewWindow Interface > IGxDocumentationViewWindow.OnObjectChanged Method
ArcGIS Developer Help

IGxDocumentationViewWindow.OnObjectChanged Method

The selected object is changed.

[Visual Basic .NET]
Public Sub OnObjectChanged ( _
    ByVal pGxObject As IGxObject, _
    ByVal pMetadata As IPropertySet _
)
[C#]
public void OnObjectChanged (
    IGxObject pGxObject,
    IPropertySet pMetadata
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxDocumentationViewWindow Interface