HistoryEventArgs(NameValueCollection) Constructor

Definitie

Initialiseert een nieuw exemplaar van de HistoryEventArgs klasse.

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)

Parameters

state
NameValueCollection

Een verzameling naam-/waardeparen die de status van de webpagina vertegenwoordigen.

Van toepassing op