HistoryEventArgs Constructor (NameValueCollection)

 

Initializes a new instance of the HistoryEventArgs class.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

Public Sub New (
	state As NameValueCollection
)

Parameters

state
Type: System.Collections.Specialized.NameValueCollection

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

.NET Framework
Available since 3.5
Return to top
Show: