ScheduleDataSet.ScheduleDataTable.OnRowChanging Method
A pre-event handler for the ScheduleRowChanging event.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Protected Overrides Sub OnRowChanging ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowChanging(e)
protected override void OnRowChanging(
DataRowChangeEventArgs e
)
Parameters
- e
Type: System.Data.DataRowChangeEventArgs
The data for the event.
See Also
Reference
ScheduleDataSet.ScheduleDataTable Class