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
)
Public Sub New (
oldValue As String,
newValue As String
)
Parameters
- oldValue
- Type: SystemString
Old value of text. - newValue
- Type: SystemString
New value of text.
See Also