Remote Script Page Class Library

NoCachePage.OnInit Method 

[Visual Basic]
Overrides Protected Sub OnInit( _ 
   ByVal e As EventArgs _ 
)
[C#]
protected override void OnInit(
   EventArgs e
);
[C++]
protected: void OnInit(
   EventArgs* e
);
[JScript]
protected override function OnInit(
   EventArgs e
);

See Also

NoCachePage Class | RemoteScript.Pages Namespace