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