WstRowUpdatedEventArgs Constructor
[This is internal Microsoft documentation - Do not distribute.]
Just use the default/base constructor
Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)
Syntax
'Declaration
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
public WstRowUpdatedEventArgs (
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
Parameters
- row
DataRow
- command
WstCommand
- statementType
StatementType
- tableMapping
TableMapping
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition
Target Platforms
See Also
Reference
WstRowUpdatedEventArgs Class
WstRowUpdatedEventArgs Members
Microsoft.Webstore.WstClient Namespace