Show / Hide Table of Contents

Delegate AfterDatabaseLoginEventHandler

Represents the method that will handle the AfterDatabaseLogin event.

Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public delegate void AfterDatabaseLoginEventHandler(object sender, AfterDatabaseLoginEventArgs e);
Parameters
Type Name Description
System.Object sender

The source of the event.

AfterDatabaseLoginEventArgs e

The event data.

Back to top Generated by DocFX