ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent Constructor
Initializes a new instance of the ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent object.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As ProjectWSSInfoDataSet.ProjWssInfoRow, _
action As DataRowAction _
)
'Usage
Dim row As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim action As DataRowAction
Dim instance As New ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent(row, action)
public ProjWssInfoRowChangeEvent(
ProjectWSSInfoDataSet.ProjWssInfoRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent Class