HistoryEventArgs 类

定义

Navigate 事件提供数据。Provides data for the Navigate event.

public ref class HistoryEventArgs : EventArgs
public class HistoryEventArgs : EventArgs
type HistoryEventArgs = class
    inherit EventArgs
Public Class HistoryEventArgs
Inherits EventArgs
继承
HistoryEventArgs

注解

HistoryEventArgs类提供事件的数据 Navigate ,该事件在用户单击浏览器的 "后退" 按钮或 "前进" 按钮时引发。The HistoryEventArgs class provides data for the Navigate event, which is raised when the user has clicked the browser's Back button or Forward button.

构造函数

HistoryEventArgs(NameValueCollection)

初始化 HistoryEventArgs 类的新实例。Initializes a new instance of the HistoryEventArgs class.

属性

State

获取表示网页状态的名称/值对的集合。Gets a collection of name/value pairs that represent the state of a Web page.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于