Difference between revisions of "WebControl.Opening"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{EventBox | |
+ | | name = Opening | ||
+ | | owner = [[WebControl]] | ||
+ | | scope = public | ||
+ | | newinversion = 2020r1 | ||
+ | }} | ||
+ | |||
+ | {{Description | text=The control has been created and the page is opening but has not been sent to the browser yet. }} | ||
+ | |||
+ | ==Notes== | ||
+ | The '''Opening''' event handler can be used to initialize non-visual properties and settings for controls. | ||
+ | |||
+ | In most cases, you should use the [[WebUIControl.Shown|Shown]] event to initialize controls. |
Latest revision as of 11:49, 24 April 2020
Event
The control has been created and the page is opening but has not been sent to the browser yet.
Notes
The Opening event handler can be used to initialize non-visual properties and settings for controls.
In most cases, you should use the Shown event to initialize controls.