UITest.Saving Event

Occurs when the framework starts to save this UI test.

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

Syntax

'Declaration
Public Shared Event Saving As EventHandler(Of UITestEventArgs)
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

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestEventArgs