STK UI PluginsSend comments on this topic.
OnCancel Method (IAgUiPluginConfigurationPageActions)
See Also
Windows





Windows & Linux

Description

Occurs when a user clicks the Cancel button.

Syntax

[Visual Basic .NET]
Public Sub OnCancel()
[C#]
public void OnCancel();
[Managed C++]
public: void OnCancel();
[Unmanaged C++]
public: HRESULT OnCancel();
[Java]
public void onCancel();

Remarks

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.