DebugEventHandler Delegate

Represents the method that will handle the debug event.

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

Syntax

'Declaration
Public Delegate Sub DebugEventHandler ( _
    result As DebugOperationResult _
)
public delegate void DebugEventHandler(
    DebugOperationResult result
)
public delegate void DebugEventHandler(
    DebugOperationResult^ result
)
type DebugEventHandler = 
    delegate of  
        result:DebugOperationResult -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

DebugOperationResult