Occurs during the initialization of the configuration page.
[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 ); |
- Site
- The site object that is used to communicate with the hosting environment.
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.