CoverageDSPriv.MethodDataTable.MethodRowChanging Event
Occurs when the data in a row is changing. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Event MethodRowChanging As CoverageDSPriv..::..MethodRowChangeEventHandler
public event CoverageDSPriv..::..MethodRowChangeEventHandler MethodRowChanging
public:
event CoverageDSPriv..::..MethodRowChangeEventHandler^ MethodRowChanging {
void add (CoverageDSPriv..::..MethodRowChangeEventHandler^ value);
void remove (CoverageDSPriv..::..MethodRowChangeEventHandler^ value);
}
member MethodRowChanging : IEvent<CoverageDSPriv..::..MethodRowChangeEventHandler,
CoverageDSPriv..::..MethodRowChangeEvent>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CoverageDSPriv.MethodDataTable Class