Share via


CalendarDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowChanging Event

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

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

Syntax

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

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

See Also

Reference

CalendarDataSet.CalendarExceptionsDataTable Class

CalendarDataSet.CalendarExceptionsDataTable Members

Calendar Web Service