Share via


ProjectDataSet.DependencyDataTable.DependencyRowChanging Event

The pre-event that occurs before the row is changed.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Event DependencyRowChanging As ProjectDataSet.DependencyRowChangeEventHandler
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim handler As ProjectDataSet.DependencyRowChangeEventHandler

AddHandler instance.DependencyRowChanging, handler
public event ProjectDataSet.DependencyRowChangeEventHandler DependencyRowChanging

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

Statusing Web Service