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.
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 _
)
'Usage
Dim instance As New CommonRunConfigurationDirtyEventHandler(AddressOf HandlerMethod)
public delegate void CommonRunConfigurationDirtyEventHandler(
Object sender,
CommonRunConfigurationDirtyEventArgs dirtyEventArgs
)
public delegate void CommonRunConfigurationDirtyEventHandler(
Object^ sender,
CommonRunConfigurationDirtyEventArgs^ dirtyEventArgs
)
JScript does not support delegates.
Parameters
- sender
Type: System.Object
- dirtyEventArgs
Type: Microsoft.VisualStudio.TestTools.Vsip.CommonRunConfigurationDirtyEventArgs