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(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool onApply(); |
OnApply method is called by the hosting environment when user clicks on "Apply" button on the "Preferences" property sheet.





