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


IVersionChangesWindow.RefreshChanges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IV > IVersionChangesWindow Interface > IVersionChangesWindow.RefreshChanges Method
ArcGIS Developer Help

IVersionChangesWindow.RefreshChanges Method

Re-Discover changes and re-populate window.

[Visual Basic .NET]
Public Function RefreshChanges ( _
    ByVal pTrackCancel As ITrackCancel _
) As Boolean
[C#]
public bool RefreshChanges (
    ITrackCancel pTrackCancel
);

Product Availability

Available with ArcGIS Desktop.

Description

Refreshes the dialog finding the current changes between the two versions referenced by the dialog.

See Also

IVersionChangesWindow Interface