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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.