IRunConfigurationEditor.OnCommonDataDirty Method

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.

.NET Framework Security

See Also

Reference

IRunConfigurationEditor Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace

CommonRunConfigurationDirtyEventArgs