NInputCharEventData Class Members
In This Topic
The following tables list the members exposed by NInputCharEventData.
Public Constructors
Public Properties
| Name | Description |
| Char | Gets the Unicode character associated with this event |
| CharIndex | Gets the index of the character in the input string. Typically the input string is just one charecter in length, so this often defaults to 0. |
| InputString | Gets the input string to which this character belongs. Typically the input string is just one charecter in length. |
Top
See Also