[This is preliminary documentation and is subject to change.]

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.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public Dictionary<string, WatchedObject> WatchedObjects

See Also