Share via


HistoryEventArgs(NameValueCollection) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

state
NameValueCollection

Insieme di coppie nome/valore che rappresentano lo stato della pagina Web.

Si applica a