CalendarDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowChanged event
The post-event that occurs after a row is changed.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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