NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADODataSetCommand.CreateNewRowUpdatedEvent

[To be supplied.]

[Visual Basic]
Overrides Protected Function CreateNewRowUpdatedEvent( _
   ByVal dataRow As DataRow, _
   ByVal command As DBCommand, _
   ByVal commandType As String _
) As RowUpdatedEventArgs
[C#]
protected override RowUpdatedEventArgs CreateNewRowUpdatedEvent(
   DataRow dataRow,
   DBCommand command,
   string commandType
);
[C++]
protected: override RowUpdatedEventArgs* CreateNewRowUpdatedEvent(
   DataRow* dataRow,
   DBCommand* command,
   String* commandType
);
[JScript]
protected override function CreateNewRowUpdatedEvent(
   dataRow : DataRow,
   command : DBCommand,
   commandType : String
) : RowUpdatedEventArgs;

Parameters

dataRow
[To be supplied.]
command
[To be supplied.]
commandType
[To be supplied.]

See Also

ADODataSetCommand Class | ADODataSetCommand Members | System.Data.ADO Namespace