AssnHistoryDataSet.HistoryDataTable.HistoryRowDeleting Event
The pre-event that occurs before a 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 HistoryRowDeleting As AssnHistoryDataSet.HistoryRowChangeEventHandler
'Usage
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim handler As AssnHistoryDataSet.HistoryRowChangeEventHandler
AddHandler instance.HistoryRowDeleting, handler
public event AssnHistoryDataSet.HistoryRowChangeEventHandler HistoryRowDeleting
See Also
Reference
AssnHistoryDataSet.HistoryDataTable Class