Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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 |
|---|---|
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.