Share via


ResourceDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowDeleting Event

The pre-event that occurs before a row is deleted.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Event CalendarExceptionsRowDeleting As ResourceDataSet.CalendarExceptionsRowChangeEventHandler
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim handler As ResourceDataSet.CalendarExceptionsRowChangeEventHandler

AddHandler instance.CalendarExceptionsRowDeleting, handler
public event ResourceDataSet.CalendarExceptionsRowChangeEventHandler CalendarExceptionsRowDeleting

See Also

Reference

ResourceDataSet.CalendarExceptionsDataTable Class

ResourceDataSet.CalendarExceptionsDataTable Members

Workflow Web Service