WssSettingsDataSet.WssAdminRowChangeEvent constructor
Initializes a new instance of the WssSettingsDataSet.WssAdminRowChangeEvent object.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As WssSettingsDataSet.WssAdminRow, _
action As DataRowAction _
)
'Usage
Dim row As WssSettingsDataSet.WssAdminRow
Dim action As DataRowAction
Dim instance As New WssSettingsDataSet.WssAdminRowChangeEvent(row, action)
public WssAdminRowChangeEvent(
WssSettingsDataSet.WssAdminRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See also
Reference
WssSettingsDataSet.WssAdminRowChangeEvent class