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

public static event EventHandler<UITestEventArgs> Saving
public:
event EventHandler<UITestEventArgs^>^ Saving {
    static void add(EventHandler<UITestEventArgs^>^ value);
    static void remove(EventHandler<UITestEventArgs^>^ value);
}
static member Saving : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
Public Shared Event Saving As EventHandler(Of UITestEventArgs)

See Also

UITestEventArgs
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top