TimesheetDataSet.LinesDataTable.LinesRowDeleting event
The pre-event that occurs before the row is deleted.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event LinesRowDeleting As TimesheetDataSet.LinesRowChangeEventHandler
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim handler As TimesheetDataSet.LinesRowChangeEventHandler
AddHandler instance.LinesRowDeleting, handler
public event TimesheetDataSet.LinesRowChangeEventHandler LinesRowDeleting
See also
Reference
TimesheetDataSet.LinesDataTable class