HistoryEventArgs(NameValueCollection) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

state
NameValueCollection

Colección de pares de nombre y valor que representan el estado de la página web.

Se aplica a