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


IGxDocumentationViewWindow.OnItemInfoChanged 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.OnItemInfoChanged Method
ArcGIS Developer Help

IGxDocumentationViewWindow.OnItemInfoChanged Method

The selected ItemInfo is changed.

[Visual Basic .NET]
Public Sub OnItemInfoChanged ( _
    ByVal pItemInfo As IItemInfo _
)
[C#]
public void OnItemInfoChanged (
    IItemInfo pItemInfo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxDocumentationViewWindow Interface