Click or drag to resize

StiTextChangedEventHandler Delegate

Represents the method that handles the events which occurs when text value is changed.

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public delegate void StiTextChangedEventHandler(
	Object sender,
	StiTextChangedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.Report.EventsStiTextChangedEventArgs
See Also