Compartilhar via


NavResizerControl.OnLoad Method

This member is reserved for internal use and is not intended to be used directly from your code. Raises the Load event.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameters

Remarks

This override loads the width and height of the containing control from the hidden fields.

See Also

Reference

NavResizerControl Class

NavResizerControl Members

Microsoft.Office.Server.WebControls Namespace