Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULRowUpdatedEventHandler delegate


Represents the method that will handle the RowUpdated event event.

Prototypes 

' Visual Basic
Public Delegate Sub ULRowUpdatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ULRowUpdatedEventArgs _
)

// C#
public delegate void ULRowUpdatedEventHandler(
   object sender,
   ULRowUpdatedEventArgs e
);

Parameters 

Collection Contents Previous Next PDF