Static variables
staticinlineread onlySUBMIT:EventType<FormEvent> = "submit"
The FormEvent.SUBMIT
event type is dispatched when a form is
submitted, either by clicking the submit button or pressing the enter
key when a control in the form has focus.
Available since
1.0.0
.Static methods
staticdispatch(dispatcher:IEventDispatcher, type:String):Bool
Dispatches a pooled event with the specified properties.
FormEvent.dispatch(component, FormEvent.SUBMIT);
Available since
1.0.0
.