VersionsDataSet.VersionsRowChangeEvent Constructor
Initializes a new instance of the VersionsDataSet.VersionsRowChangeEvent object.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As VersionsDataSet.VersionsRow, _
action As DataRowAction _
)
'Usage
Dim row As VersionsDataSet.VersionsRow
Dim action As DataRowAction
Dim instance As New VersionsDataSet.VersionsRowChangeEvent(row, action)
public VersionsRowChangeEvent(
VersionsDataSet.VersionsRow row,
DataRowAction action
)
Parameters
- row
Type: [Admin Web service].VersionsDataSet.VersionsRow
The row that contains changed data.
- action
Type: System.Data.DataRowAction
An enumeration constant that represents the action that raised the event.
See Also
Reference
VersionsDataSet.VersionsRowChangeEvent Class