XhtmlCalendarAdapter.OnLoad(EventArgs) Método

Definição

Aciona o evento Load.Raises the Load event. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Parâmetros

e
EventArgs

Um objeto EventArgs.An EventArgs object.

Notas aos Herdeiros

Quando você herda da XhtmlCalendarAdapter classe e o adaptador substitui o OnLoad(EventArgs) método, o adaptador deve chamar o método de classe base correspondente que, por sua vez, chama o OnLoad(EventArgs) método.When you inherit from the XhtmlCalendarAdapter class and the adapter overrides the OnLoad(EventArgs) method, the adapter should call the corresponding base class method, which in turn calls the OnLoad(EventArgs) method. Se OnLoad(EventArgs) não for chamado, o Load evento não será gerado.If OnLoad(EventArgs) is not called, the Load event will not be raised.

Aplica-se a