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.
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)
Syntax
'Declaration
Sub OnCommonDataDirty ( _
sender As Object, _
dirtyEventArgs As CommonRunConfigurationDirtyEventArgs _
)
void OnCommonDataDirty(
Object sender,
CommonRunConfigurationDirtyEventArgs dirtyEventArgs
)
void OnCommonDataDirty(
Object^ sender,
CommonRunConfigurationDirtyEventArgs^ dirtyEventArgs
)
abstract OnCommonDataDirty :
sender:Object *
dirtyEventArgs:CommonRunConfigurationDirtyEventArgs -> unit
function OnCommonDataDirty(
sender : Object,
dirtyEventArgs : CommonRunConfigurationDirtyEventArgs
)
Parameters
- sender
Type: System.Object
The object that initiated the event.
- dirtyEventArgs
Type: Microsoft.VisualStudio.TestTools.Vsip.CommonRunConfigurationDirtyEventArgs
A CommonRunConfigurationDirtyEventArgs object.
.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.
See Also
Reference
IRunConfigurationEditor Interface