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