TimesheetListDataSet.TimesheetsDataTable.TimesheetsRowChanged event
The post-event that occurs after the row is changed.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event TimesheetsRowChanged As TimesheetListDataSet.TimesheetsRowChangeEventHandler
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim handler As TimesheetListDataSet.TimesheetsRowChangeEventHandler
AddHandler instance.TimesheetsRowChanged, handler
public event TimesheetListDataSet.TimesheetsRowChangeEventHandler TimesheetsRowChanged
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class