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