ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent constructor
Initializes a new instance of the ProjectWSSInfoDataSet.ProjWssInfoRowChangeEvent object.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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