ContentPage.OnPreInit Method (EventArgs)
Set the necessary page settings.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected override void OnPreInit(
EventArgs e
)
protected:
virtual void OnPreInit(
EventArgs^ e
) override
Protected Overrides Sub OnPreInit (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event argument.
Remarks
This method supports the infrastructure and is not intended to be used directly from your code.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top