Occurs when a C1MultiDocumentItem has been loaded, parameters (if any) have been prepared, but the report or document represented by the item has not been generated yet. Allows to adjust the properties of the report or document prior to generation (e.g. the data source of a C1Report may be assigned here).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public event MultiDocumentItemLoadedEventHandler ItemLoaded
Visual Basic
Public Event ItemLoaded As MultiDocumentItemLoadedEventHandler

See Also