Share via


CommandEventHandler Delegate

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

Syntax

'Declaration
Public Delegate Function CommandEventHandler ( _
    sender As Object, _
    e As CommandEventArgs _
) As CommandResult
'Usage
Dim instance As New CommandEventHandler(AddressOf HandlerMethod)
public delegate CommandResult CommandEventHandler(
    Object sender,
    CommandEventArgs e
)
public delegate CommandResult^ CommandEventHandler(
    Object^ sender, 
    CommandEventArgs^ e
)
JScript does not support delegates.

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Vsip.CommandResult

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace