HistoryEventArgs(NameValueCollection) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

state
NameValueCollection

Collection de paires nom/valeur qui représentent l'état de la page Web.

S’applique à