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


IContentsView.Refresh Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IContentsView Interface > IContentsView.Refresh Method
ArcGIS Developer Help

IContentsView.Refresh Method

Refreshes the contents view. If a non-null item is specified, it refreshes only that item and its children.

[Visual Basic .NET]
Public Sub Refresh ( _
    ByVal item As Object _
)
[C#]
public void Refresh (
    object item
);

Product Availability

Available with ArcGIS Desktop.

See Also

IContentsView Interface