Share via


CalendarDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowChanged Event

The post-event that occurs after 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 CalendarExceptionsRowChanged As CalendarDataSet.CalendarExceptionsRowChangeEventHandler
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim handler As CalendarDataSet.CalendarExceptionsRowChangeEventHandler

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

See Also

Reference

CalendarDataSet.CalendarExceptionsDataTable Class

CalendarDataSet.CalendarExceptionsDataTable Members

Calendar Web Service