WmlValidationSummaryAdapter.OnInit(EventArgs) 方法

定义

在初始化窗体或页面等对象后调用。Called after an object, such as a form or a page, is initialized. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void OnInit(EventArgs ^ e);
public override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Public Overrides Sub OnInit (e As EventArgs)

参数

e
EventArgs

包含事件数据的对象(由 EventArgs 定义)。An object (defined by EventArgs) that contains event data.

适用于

另请参阅