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


IVersionChangesWindow.RefreshChanges Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

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