DriverPrioritizationDataSet.PrioritizationDataTable.PrioritizationRowDeleting Event
The pre-event that occurs before 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 PrioritizationRowDeleting As DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationDataTable
Dim handler As DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler
AddHandler instance.PrioritizationRowDeleting, handler
public event DriverPrioritizationDataSet.PrioritizationRowChangeEventHandler PrioritizationRowDeleting
See Also
Reference
DriverPrioritizationDataSet.PrioritizationDataTable Class