CommonRunConfigurationDirtyEventHandler Delegate

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Public Delegate Sub CommonRunConfigurationDirtyEventHandler ( _
    sender As Object, _
    dirtyEventArgs As CommonRunConfigurationDirtyEventArgs _
)
'使用
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

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace