|
|
HTMLUI Events
Events make the control interactive. HTMLUI comes with a powerful event architecture that supports various events like Click, DoubleClick, Mouse events, Key events, etc for the html elements. HTMLUI implements a newer architecture, the BubblingEvents that helps to declare a common event handler for an element and its children. Also HTMLUI control itself has some events that helps the tracking of the application progress and even change the course of the application. This powerful event architecture makes the control easy and flexible even under complex circumstances.
|
|
|
|
The use of a common 'Event Handler' declared for the parent html element that can be used in handling the same event for all of its child html elements is called Bubbling Event Architecture. This helps in reducing the task of declaring the event handlers for all the elements in the document, thereby reducing the length and complexity of the code.
Bubbling Event Args
|
|
|
|
HTMLUI control comes with some events that can be used to access the state of the control at run time. The event handlers for these events are custom developed that helps the user to make the application more informatory and interactive. These events are so powerful, with which the status and the course of the application can be decided at run time.
Interactive Control Events
|
|
|
|
|
|
|