Dispatched by a TextEditor
when its text changes.
Static variables
staticfinalread onlyTEXT_CHANGE:EventType<TextEditorChangeEvent> = "textChange"
Dispatched when the text changes.
Constructor
new(type:String, changes:Array<TextEditorChange>, ?origin:String)
Creates a new TextEditorChangeEvent
object.