AGI Ui Plugins 11 Send comments on this topic.
OnApply Method (IAgUiPluginConfigurationPageActions)
See Also 





Description

Occurs when a user clicks the Apply button. The method returns whether the changes have been accepted.

Syntax

[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(
VARIANT_BOOL * ReturnValue
);

Remarks

OnApply method is called by the hosting environment when user clicks on "Apply" button on the "Preferences" property sheet.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1