Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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