StatusApprovalDataSet.StatusApprovalsDataTable.StatusApprovalsRowDeleted Event
The post-event that occurs after 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 StatusApprovalsRowDeleted As StatusApprovalDataSet.StatusApprovalsRowChangeEventHandler
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsDataTable
Dim handler As StatusApprovalDataSet.StatusApprovalsRowChangeEventHandler
AddHandler instance.StatusApprovalsRowDeleted, handler
public event StatusApprovalDataSet.StatusApprovalsRowChangeEventHandler StatusApprovalsRowDeleted
See Also
Reference
StatusApprovalDataSet.StatusApprovalsDataTable Class