This method consumes the RowUpdatedEvent and passes it on to the consumer specifed in the call to UpdateDataset

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected void RowUpdated(
	Object obj,
	RowUpdatedEventArgs e
)
Visual Basic
Protected Sub RowUpdated ( 
	obj As Object,
	e As RowUpdatedEventArgs
)

Parameters

obj
Type: System..::..Object
The object that generated the event
e
Type: System.Data.Common..::..RowUpdatedEventArgs
The System.Data.Common.RowUpdatingEventArgs

See Also