This document is archived and information here might be outdated. Recommended version. |
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
);