Notifies the document that the contents have been updated.
[Visual Basic .NET]
Public Sub UpdateContents ( _
)
[C#] public void UpdateContents ( );
Product Availability
Available with ArcGIS Desktop.
Remarks
Refreshes the current view in the table of contents. UpdateContents is a shortcut - it calls Refresh on the current contents view (IContentsView::Refresh). Access to the current view is provided through IMxDocument::CurrentContentsView.