HtmlObjectListAdapter.OnInit(EventArgs) Metoda

Definicja

Wywoływane po obiekcie, takim jak formularz lub strona, jest inicjowane. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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)

Parametry

e
EventArgs

Obiekt (zdefiniowany przez EventArgsprogram ) zawierający dane zdarzenia.

Dotyczy

Zobacz też