UITestBuilderExtension.Closed Event

When overridden in a derived class, handles the event that occurs when the open window is closed.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

UITestBuilderExtension Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace