Delegate NpgsqlRowUpdatingEventHandler
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Represents the method that handles the RowUpdating events.
public delegate void NpgsqlRowUpdatingEventHandler(object sender, NpgsqlRowUpdatingEventArgs e)
Parameters
sender
objectThe source of the event.
e
NpgsqlRowUpdatingEventArgsA NpgsqlRowUpdatingEventArgs that contains the event data.
Constructors
NpgsqlRowUpdatingEventHandler(object, nint)
public NpgsqlRowUpdatingEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(object, NpgsqlRowUpdatingEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, NpgsqlRowUpdatingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
objecte
NpgsqlRowUpdatingEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, NpgsqlRowUpdatingEventArgs)
public virtual void Invoke(object sender, NpgsqlRowUpdatingEventArgs e)
Parameters
sender
objecte
NpgsqlRowUpdatingEventArgs