PdfWebControlLiteOnLoad Method |
Raises the Load event.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax protected override void OnLoad(
EventArgs e
)
Protected Overrides Sub OnLoad (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
The EventArgs object that contains the event data.
See Also