DriverPrioritizationDataSet.PrioritizationDataTable.PrioritizationRowDeleted Event
The post-event that occurs after a row is deleted.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
Public Event PrioritizationRowDeleted As DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim handler As DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler
AddHandler instance.PrioritizationRowDeleted, handler
public event DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler PrioritizationRowDeleted
See Also
Reference
DriverPrioritizationDataSet.PrioritizationDataTable Class