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.

WebTestResultViewerExt::SelectionChanged Event

 

Occurs when the selection changes in a Web test playback window.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

public:
event EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ SelectionChanged {
	void add(EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ value);
	void remove(EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ value);
}
Return to top
Show: