Occurs when a user clicks the OK
button.
| [Visual Basic .NET] |
|---|
Public Sub OnOK()
|
| [C#] |
|---|
public void OnOK();
|
| [Managed C++] |
|---|
public: void OnOK();
|
| [Java] |
|---|
public onOK();
|
| [Unmanaged C++] |
|---|
public: HRESULT OnOK();
|
OnOK method is called by the hosting
environment when the user clicks on "OK" on the "Preferences"
property sheet.