
- Harry Nilsson
TextChangedEvent
TextChangedEvent Methods
| TextChangedEvent() | Constructor for the TextChangedEvent class |
| PreviousText() | Returns the previous text string (before the text was changed) |
| LineNumber() | One based line number where the change occurred |
Derived Classes
None
See Also
Class Hierarchy, Edit, Editor, ComboBox
public method TextChangedEvent(Control AssociatedWindow)
Parameters
AssociatedWindow
The control associated with the event (Edit or Editor)
Return Value
None
Description
Constructor for the TextChangedEvent class.
TextChangedEvent Class
public method<string> PreviousText()
Parameters
None
Return Value
Previous contents of the text string
Description
This method returns a text string representing the data in the edit or editor control before the change was made.
TextChangedEvent Class
public method<int> LineNumber()
Parameters
None
Return Value
Line number where change occurred
Description
This method returns the one based line number where the change (which resulted in this event) was made.
TextChangedEvent Class