UITestBuilderExtension.Closed 事件

在派生类中重写时,处理关闭处于打开状态的窗口时发生的事件。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
Public MustOverride Event Closed As EventHandler
public abstract event EventHandler Closed
public:
virtual  event EventHandler^ Closed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Closed : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参见

参考

UITestBuilderExtension 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间