CalendarDataSet.CalendarsDataTable.CalendarsRowChanging 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 CalendarsRowChanging As CalendarDataSet.CalendarsRowChangeEventHandler
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim handler As CalendarDataSet.CalendarsRowChangeEventHandler

AddHandler instance.CalendarsRowChanging, handler
public event CalendarDataSet.CalendarsRowChangeEventHandler CalendarsRowChanging

See Also

Reference

CalendarDataSet.CalendarsDataTable Class

CalendarDataSet.CalendarsDataTable Members

Calendar Web Service