Show / Hide Table of Contents

Delegate LoadBusinessObjectEventHandler

Represents the method that will handle the LoadBusinessObject event.

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

The source of the event.

LoadBusinessObjectEventArgs e

The event data.

Back to top Generated by DocFX