This topic has not yet been rated - Rate this topic

CommandEventHandler Delegate

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.