Partager via


LineBox.OnLayout Method (LayoutEventArgs)

 

Raises the Layout event.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected override void OnLayout(
    LayoutEventArgs levent
)
protected:
virtual void OnLayout(
    LayoutEventArgs^ levent
) override
Protected Overrides Sub OnLayout (
    levent As LayoutEventArgs
)

Parameters

See Also

Layout
LayoutEventArgs
LineBox Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top