Occurs when a user clicks the Apply button.
The method returns whether the changes have been accepted.
| [Visual Basic .NET] |
|---|
Public Function OnApply() As Boolean
|
| [C#] |
|---|
public bool OnApply();
|
| [Managed C++] |
|---|
public: bool OnApply();
|
| [Java] |
|---|
public bool onApply();
|
| [Unmanaged C++] |
|---|
public: HRESULT OnApply(
|
OnApply method is called by the hosting
environment when user clicks on "Apply" button on the "Preferences"
property sheet.