ResourceDataSet.CalendarExceptionsDataTable.CalendarExceptionsRowChanged event
The post-event that occurs after a row is changed.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event CalendarExceptionsRowChanged As ResourceDataSet.CalendarExceptionsRowChangeEventHandler
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim handler As ResourceDataSet.CalendarExceptionsRowChangeEventHandler
AddHandler instance.CalendarExceptionsRowChanged, handler
public event ResourceDataSet.CalendarExceptionsRowChangeEventHandler CalendarExceptionsRowChanged
See also
Reference
ResourceDataSet.CalendarExceptionsDataTable class