Click or drag to resize

PdfWebControlLiteOnLoad Method

Raises the Load event.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
protected override void OnLoad(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The EventArgs object that contains the event data.
See Also