IRunConfigurationEditor::OnCommonDataDirty Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Handles the event that occurs when common test run configuration data has been modified outside the editor.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
void OnCommonDataDirty(
Object^ sender,
CommonRunConfigurationDirtyEventArgs^ dirtyEventArgs
)
Parameters
- sender
- Type: System::Object
The object that initiated the event.
- dirtyEventArgs
- Type: Microsoft.VisualStudio.TestTools.Vsip::CommonRunConfigurationDirtyEventArgs
A CommonRunConfigurationDirtyEventArgs object.
- 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.
Community Additions
Show: