ArcObjects Library Reference (CatalogUI)  

IGxView.SystemSettingChanged Method

Informs the view that a system setting has changed.

[Visual Basic .NET]
Public Sub SystemSettingChanged ( _
    ByVal flag As Integer, _
    ByVal section As String _
)
[C#]
public void SystemSettingChanged (
    int flag,
    string section
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxView Interface