UITest.Saving Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Raised before saving any test.

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

Syntax

'Declaration
Public Shared Event Saving As EventHandler(Of UITestEventArgs)
'Usage
Dim handler As EventHandler(Of UITestEventArgs)

AddHandler UITest.Saving, handler
public static event EventHandler<UITestEventArgs> Saving
public:
static  event EventHandler<UITestEventArgs^>^ Saving {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member Saving : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

UITest Class

UITest Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace