HtmlObjectListAdapter.OnInit(EventArgs) Metoda

Definicja

Wywoływana po zainicjowaniu obiektu, takiego jak formularz lub strona. Ten interfejs API jest nieaktualny. Informacje o sposobach tworzenia aplikacji mobilnych ASP.NET można znaleźć w temacie Mobile Apps & sitess 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)

Parametry

e
EventArgs

Obiekt (zdefiniowany przez EventArgs ), który zawiera dane zdarzenia.

Dotyczy

Zobacz też