Skip to content
Benedict Allen edited this page Nov 15, 2015 · 1 revision

TextEvent Class

The TextEvent is used to pass text input events to Sheets.

Extends Event

Constructor

Event creation is handled internally by Application.

TextEvent( Event enum event, string text )

Properties

text

TextEvent.text - string

The text of the event.

Clone this wiki locally