|
As all .Net based solutions PlusDock is built on a very strong event model.
You can see the component as a conglomerate of smaller parts all communicating
between each other through messages and events. And of course, all events are
available for the developers to listen to and react to the various
actions. Learning how to use the event model exposed by PlusDock will
allow the developers to create extremely smooth and reactive user
interfaces, to notify the users about the various results of their actions
and model the UI to achieve the best results.
|