Share via


ProjectDataSet.DependencyDataTable.DependencyRowDeleted Event

The post-event that occurs after the row is deleted.

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 DependencyRowDeleted As ProjectDataSet.DependencyRowChangeEventHandler
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim handler As ProjectDataSet.DependencyRowChangeEventHandler

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

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

Statusing Web Service