C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / RowUpdatedEventHandler Delegate

In This Topic
RowUpdatedEventHandler Delegate
In This Topic
The delegate method handles the row updated event
Syntax
'Declaration
 
Public Delegate Sub RowUpdatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As RowUpdatedEventArgs _
) 
 

Parameters

sender
e
See Also