AssnHistoryDataSet.CustomFieldsDataTable.CustomFieldsRowDeleted 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 CustomFieldsRowDeleted As AssnHistoryDataSet.CustomFieldsRowChangeEventHandler
'Usage
Dim instance As AssnHistoryDataSet.CustomFieldsDataTable
Dim handler As AssnHistoryDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowDeleted, handler
public event AssnHistoryDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowDeleted
See Also
Reference
AssnHistoryDataSet.CustomFieldsDataTable Class