Input Method (FlexTextArea)
Class
FlexTextArea
.
Action
Dispatched when the user types, deletes, or pastes text into the control.
Syntax
C#
textArea
.
Input
(
text
)
VB
textArea
.
Input
(
text
)
Variable
Description
text
The character or sequence of characters entered by the user.
String
.