Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestBase::TestParameterDeletingEvent Event

 

The event that is raised when test parameters are about to be deleted.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

event TestParameterDeletingEventEventHandler^ TestParameterDeletingEvent {
	void add(TestParameterDeletingEventEventHandler^ value);
	void remove(TestParameterDeletingEventEventHandler^ value);
}

Setting the cancel parameter on the event arguments will abort the event. Allowing the event to complete will also delete all iteration data of the parameter.

Return to top
Show: