ImportTimesheetDataSet.LinesDataTable.LinesRowDeleted event

The post-event that occurs after a row is deleted.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Event LinesRowDeleted As ImportTimesheetDataSet.LinesRowChangeEventHandler
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim handler As ImportTimesheetDataSet.LinesRowChangeEventHandler

AddHandler instance.LinesRowDeleted, handler
public event ImportTimesheetDataSet.LinesRowChangeEventHandler LinesRowDeleted

See also

Reference

ImportTimesheetDataSet.LinesDataTable class

ImportTimesheetDataSet.LinesDataTable members

WebSvcStatusing namespace