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