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


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

IGxDocumentationViewWindow.OnMetadataChanged Method

The metadata of the selected object is changed.

[Visual Basic .NET]
Public Sub OnMetadataChanged ( _
    ByVal pMetadata As IMetadata _
)
[C#]
public void OnMetadataChanged (
    IMetadata pMetadata
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxDocumentationViewWindow Interface