[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 );
NoCachePage Class | RemoteScript.Pages Namespace