HistoryEventArgs(NameValueCollection) Constructor

Definition

Initializes a new instance of the HistoryEventArgs class.

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

A collection of name/value pairs that represent the state of the Web page.

Applies to