TimesheetDataSet.CustomFieldsDataTable.CustomFieldsRowDeleting Event
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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