PageBaseOnInit Method | Helper帮助文档 |
重写Page类的OnInit方法
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void OnInit( EventArgs e )
Protected Overrides Sub OnInit ( e As EventArgs )
protected: virtual void OnInit( EventArgs^ e ) override
abstract OnInit : e : EventArgs -> unit override OnInit : e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:HD.Common.PageBase.OnInit(System.EventArgs)"]
See Also