Click or drag to resize

StiTextChangedEventArgs Constructor

Creates a new object of the type StiTextChangedEventArgs.

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextChangedEventArgs(
	string oldValue,
	string newValue
)

Parameters

oldValue
Type: SystemString
Old value of text.
newValue
Type: SystemString
New value of text.
See Also