wwWebControl::OnInit

First event fired in the Page Pipeline. Called from the Init() of the control. This event always fires and you can use it to override any initiliazation behavior.

o.OnInit()

Remarks

Always call DODEFAULT() if you override this method.

When this event fires the page and other controls may not be initialized yet. Use this method only for internal initialization.


See also:

Class wwWebControl

© West Wind Technologies, 1996-2022 • Updated: 10/09/05
Comment or report problem with topic