CommandEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the delegate for the event handler for command events.

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

public delegate CommandResult CommandEventHandler(
	Object sender,
	CommandEventArgs e
)

Parameters

sender
Type: System.Object

The object that initiated the event.

e
Type: Microsoft.VisualStudio.TestTools.Vsip.CommandEventArgs

A CommandEventArgs object.

Return Value

Type: Microsoft.VisualStudio.TestTools.Vsip.CommandResult
The event handler for command events.

Community Additions

Show: