| ToolbarControl_OnLoad Method |
Handles toolbar "OnLoad" event.
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
Event sender. - e
- Type: SystemEventArgs
Event arguments.
Remarks See Also