CommandEventHandler Delegate
Visual Studio 2010
Represents the delegate for the event handler for command events.
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.
Return Value
Type: Microsoft.VisualStudio.TestTools.Vsip.CommandResultThe event handler for command events.