Page_Load runs when the control is loaded
Namespace: DotNetNuke.UI.UserControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
protected override void OnLoad( EventArgs e ) |
Visual Basic |
---|
Protected Overrides Sub OnLoad ( e As EventArgs ) |
Parameters
- e
- Type: System..::..EventArgs
parameM:DotNetNuke.UI.UserControls.TextEditor.OnLoad(System.EventArgs)