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


IGxView.SystemSettingChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxView Interface > IGxView.SystemSettingChanged Method
ArcGIS Developer Help

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