Delegate for creating a RowUpdatingEvent handler
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public delegate void RowUpdatingHandler( Object sender, RowUpdatingEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub RowUpdatingHandler ( sender As Object, e As RowUpdatingEventArgs ) |
Parameters
- sender
- Type: System..::..Object
The object that published the event
- e
- Type: System.Data.Common..::..RowUpdatingEventArgs
The RowUpdatingEventArgs for the event