2002-10-18 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / Mono.Data.PostgreSqlClient / PgSqlRowUpdatingEventHandler.cs
1 //
2 // Mono.Data.PostgreSqlClient.PgSqlRowUpdatingEventHandler.cs
3 //
4 // Author:
5 //   Rodrigo Moya (rodrigo@ximian.com)
6 //   Daniel Morgan (danmorg@sc.rr.com)
7 //
8 // (C) Ximian, Inc 2002
9 //
10
11 using System;
12 using System.Data;
13
14 namespace Mono.Data.PostgreSqlClient
15 {
16         public delegate void PgSqlRowUpdatingEventHandler(object sender,
17                         PgSqlRowUpdatingEventArgs e);
18 }