Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULRowUpdatingEventHandler delegate


Represents the method that will handle the RowUpdating event event.

Prototypes 

' Visual Basic
Public Delegate Sub ULRowUpdatingEventHandler( _
   ByVal sender As Object, _
   ByVal e As ULRowUpdatingEventArgs _
)

// C#
public delegate void ULRowUpdatingEventHandler(
   object sender,
   ULRowUpdatingEventArgs e
);

Parameters 

Collection Contents Previous Next PDF