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