[This is preliminary documentation and is subject to change.]
The FormWindow type exposes the following members.
Fields
Name | Description | |
---|---|---|
WatchedObjects |
A list of WatchedObject that the Skin can use. The FormParent can change add, remove and change these objects. The WatchedObject class contains 2 events you can use: OnGet and OnSet. OnGet is fired when the Object is get, and OnSet is fired when the Object is set. Mind that the Skin should set EventHandlers in the Form_Load event. |