TimesheetDataSet.CustomFieldsDataTable.CustomFieldsRowDeleting evento
Pré-evento ocorre antes que a linha foi excluída.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Event CustomFieldsRowDeleting As TimesheetDataSet.CustomFieldsRowChangeEventHandler
'Uso
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim handler As TimesheetDataSet.CustomFieldsRowChangeEventHandler
AddHandler instance.CustomFieldsRowDeleting, handler
public event TimesheetDataSet.CustomFieldsRowChangeEventHandler CustomFieldsRowDeleting
Ver também
Referência
TimesheetDataSet.CustomFieldsDataTable classe