Click or drag to resize

StiSplitTextIntoLinesEventHandler Delegate

Represents the method that handles the events which work with value.

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public delegate string StiSplitTextIntoLinesEventHandler(
	Object sender,
	StiSplitTextIntoLinesEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.Report.EventsStiSplitTextIntoLinesEventArgs

Return Value

Type: String
See Also