dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / RestoreProgressEventHandler Delegate
The source of the event.
A RestoreProgressEventArgs object that contains the event data.

In This Topic
    RestoreProgressEventHandler Delegate
    In This Topic
    Represents the method that will handle the PgSqlDump.RestoreProgress event of the PgSqlDump class.
    Syntax
    'Declaration
     
    Public Delegate Sub RestoreProgressEventHandler( _
       ByVal sender As Object, _
       ByVal e As RestoreProgressEventArgs _
    ) 
    public delegate void RestoreProgressEventHandler( 
       object sender,
       RestoreProgressEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A RestoreProgressEventArgs object that contains the event data.
    Remarks

    Note: This delegate is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework.

    See Also