WindowClosedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含有关关闭窗口时引发的事件的信息。
public ref class WindowClosedEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class WindowClosedEventArgs : System.Windows.Automation.AutomationEventArgs
type WindowClosedEventArgs = class
inherit AutomationEventArgs
Public NotInheritable Class WindowClosedEventArgs
Inherits AutomationEventArgs
- 继承
示例
有关示例代码,请参阅 GetRuntimeId。
注解
若要订阅窗口关闭事件,请调用 AddAutomationEventHandler,在 WindowClosedEvent 参数中 eventId
指定并提供采用 参数的 WindowClosedEventArgs UI 自动化事件处理程序。
当应用程序收到窗口关闭事件时, sender
事件处理程序的 参数不能用于获取有关已关闭的窗口的信息,因为相应的 UI 自动化元素不再有效。
构造函数
WindowClosedEventArgs(Int32[]) |
初始化 WindowClosedEventArgs 类的新实例。 |
属性
EventId |
获取事件标识符。 (继承自 AutomationEventArgs) |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetRuntimeId() |
检索与此事件关联的 UI 自动化运行时标识符 (ID) 。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |