HistoryEventArgs(NameValueCollection) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy HistoryEventArgs.

public:
 HistoryEventArgs(System::Collections::Specialized::NameValueCollection ^ state);
public HistoryEventArgs (System.Collections.Specialized.NameValueCollection state);
new System.Web.UI.HistoryEventArgs : System.Collections.Specialized.NameValueCollection -> System.Web.UI.HistoryEventArgs
Public Sub New (state As NameValueCollection)

Parametry

state
NameValueCollection

Kolekcja par nazwa/wartość reprezentująca stan strony sieci Web.

Dotyczy