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