EventsDataSet.EventDataTable.EventRowDeleting Event
The pre-event that occurs before 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 EventRowDeleting As EventsDataSet.EventRowChangeEventHandler
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim handler As EventsDataSet.EventRowChangeEventHandler
AddHandler instance.EventRowDeleting, handler
public event EventsDataSet.EventRowChangeEventHandler EventRowDeleting
See Also
Reference
EventsDataSet.EventDataTable Class