TimesheetListDataSet.TimesheetsDataTable.OnRowDeleted method
A post-event handler for the TimesheetsRowDeleted event.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowDeleted ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowDeleted(e)
protected override void OnRowDeleted(
DataRowChangeEventArgs e
)
Parameters
e
Type: System.Data.DataRowChangeEventArgsThe data for the event.
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class