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)
Syntax
'Declaration
Public Event SelectionChanged As EventHandler(Of WebTestResultViewerExt.SelectionChangedEventArgs)
public event EventHandler<WebTestResultViewerExt.SelectionChangedEventArgs> SelectionChanged
public:
event EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ SelectionChanged {
void add (EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ value);
void remove (EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ value);
}
member SelectionChanged : IEvent<EventHandler<WebTestResultViewerExt.SelectionChangedEventArgs>,
WebTestResultViewerExt.SelectionChangedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.