| SelectionBoxControl_OnLoad Method |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected void Control_OnLoad(
Object sender,
EventArgs e
)
Protected Sub Control_OnLoad (
sender As Object,
e As EventArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: SystemEventArgs
See Also