ValidationSummary.OnLoad(EventArgs) 方法

定义

引发 Load 事件。Raises the Load event. 此 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.

protected:
 override void OnLoad(EventArgs ^ e);
protected override void OnLoad (EventArgs e);
override this.OnLoad : EventArgs -> unit
Protected Overrides Sub OnLoad (e As EventArgs)

参数

e
EventArgs

包含事件数据的 EventArgs 对象。The EventArgs object that contains the event data.

适用于

另请参阅