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





