Share via


ResourceDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowChanging Event

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

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

Syntax

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

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

See Also

Reference

ResourceDataSet.CalendarExceptionsDataTable Class

ResourceDataSet.CalendarExceptionsDataTable Members

TimeSheet Web Service