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