Sys.HistoryEventArgs Class

This class is used by the Sys.Application class to hold event arguments for the navigate event.

For a live code example that demonstrates this type in action, and for a view of how the type is used in code, see Managing Browser History Using Client Script.

Namespace: Sys namespace

Inherits: Sys.EventArgs class

var a = new Sys.HistoryEventArgs(componentVar);

Constructors

Member

Description

Sys.HistoryEventArgs constructor

Initializes a new instance of the Sys.HistoryEventArgs class.

Members

Member

Description

Sys.HistoryEventArgs.get_state method

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

Remarks

The HistoryEventArgs class provides data for the Sys.Application.navigate event, which is raised when the user clicks the browser's Back button or Forward button.

See Also

Other Resources

Managing Browser History