Represents the method that will handle the AddOutlineEntry event.

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

Syntax

C#
public delegate void AddOutlineEntryHandler(
	Object sender,
	ReportEventArgs e
)
Visual Basic
Public Delegate Sub AddOutlineEntryHandler ( _
	sender As Object, _
	e As ReportEventArgs _
)

See Also