Handler for FormEvent events.
Public Member Functions | |
| FormEventListener (FormEventDelegate listener) | |
| override void | handleEvent (Dom.Event e) |
| Call this to run the method. More... | |
Public Attributes | |
| FormEventDelegate | Listener |
Public Attributes inherited from Dom.EventListener | |
| bool | Capture |
| True if this is a capture phase listener. More... | |
Properties | |
| override object | Internal [get] |
Properties inherited from Dom.EventListener | |
| virtual object | Internal [get] |
| The internal specific delegate instance. More... | |
Additional Inherited Members | |
Package Functions inherited from Dom.EventListener | |
| bool | Matches (object mtd) |
| Checks if the given method equals this listeners internal method handler. More... | |
|
inline |
|
inlinevirtual |
Call this to run the method.
Reimplemented from Dom.EventListener.
| FormEventDelegate PowerUI.FormEventListener.Listener |
|
get |