STK UI PluginsSend comments on this topic.
OnCreated Method (IAgUiPluginConfigurationPageActions)
See Also
Site
The site object that is used to communicate with the hosting environment.
Windows





Windows & Linux

Description

Occurs during the initialization of the configuration page.

Syntax

[Visual Basic .NET]
Public Sub OnCreated( _
    ByVal Site As IAgUiPluginConfigurationPageSite _
)
[C#]
public void OnCreated(
    IAgUiPluginConfigurationPageSite Site
);
[Managed C++]
public: void OnCreated(
    IAgUiPluginConfigurationPageSite ^ Site
);
[Unmanaged C++]
public: HRESULT OnCreated(
    IAgUiPluginConfigurationPageSite * Site
);
[Java]
public void onCreated(
    IAgUiPluginConfigurationPageSite Site
);

Parameters

Site
The site object that is used to communicate with the hosting environment.

Remarks

OnCreated method is called by the hosting environment after the custom property page was created. The site object specified as a parameter to the method can be used to communicate with the parent control hosting the custom property page.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.