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