TimesheetListDataSet.TimesheetsDataTable.TimesheetsRowDeleted event
The post-event that occurs after the row is deleted.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event TimesheetsRowDeleted As TimesheetListDataSet.TimesheetsRowChangeEventHandler
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim handler As TimesheetListDataSet.TimesheetsRowChangeEventHandler
AddHandler instance.TimesheetsRowDeleted, handler
public event TimesheetListDataSet.TimesheetsRowChangeEventHandler TimesheetsRowDeleted
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class