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.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the method that will handle the event of a control.
Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Delegate Sub CommonRunConfigurationDirtyEventHandler ( _
    sender As Object, _
    dirtyEventArgs As CommonRunConfigurationDirtyEventArgs _
)
public delegate void CommonRunConfigurationDirtyEventHandler(
    Object sender,
    CommonRunConfigurationDirtyEventArgs dirtyEventArgs
)
public delegate void CommonRunConfigurationDirtyEventHandler(
    Object^ sender, 
    CommonRunConfigurationDirtyEventArgs^ dirtyEventArgs
)
type CommonRunConfigurationDirtyEventHandler = 
    delegate of  
        sender:Object * 
        dirtyEventArgs:CommonRunConfigurationDirtyEventArgs -> unit
JScript does not support delegates.
Parameters
- sender 
 Type: System.Object- The object that initiated the event. 
- dirtyEventArgs 
 Type: Microsoft.VisualStudio.TestTools.Vsip.CommonRunConfigurationDirtyEventArgs- A CommonRunConfigurationDirtyEventArgs object. 
Examples
CommonRunConfigurationDirtyEventArgs