Search Results for

    Show / Hide Table of Contents

    Delegate NpgsqlRowUpdatedEventHandler

    Represents the method that handles the RowUpdated events.

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public delegate void NpgsqlRowUpdatedEventHandler(object sender, NpgsqlRowUpdatedEventArgs e);
    Parameters
    Type Name Description
    Object sender

    The source of the event.

    NpgsqlRowUpdatedEventArgs e

    An NpgsqlRowUpdatedEventArgs that contains the event data.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team