TimesheetDataSet.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 TimesheetDataSet.CustomFieldsRowChangeEventHandler
'Usage
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim handler As TimesheetDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowDeleting, handler
public event TimesheetDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowDeleting
See also
Reference
TimesheetDataSet.CustomFieldsDataTable class