The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CoverageDSPriv::NamespaceTableRowChangeEventHandler Delegate
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the method that will handle value change events from a CoverageDSPriv::NamespaceTableRow. This class and its members are reserved for internal use and are not intended to be used in your code.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
public delegate void NamespaceTableRowChangeEventHandler( Object^ sender, CoverageDSPriv::NamespaceTableRowChangeEvent^ e )
Parameters
- sender
-
Type:
System::Object^
The object that initiated the event.
Show: