EventGuardT Events |
The EventGuardT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Accessed |
is called whenever the value is accessed, first parameter dictates whether the value was accessed from get or set ("get","set")
| |
| Changed |
is called when the direct value is changed, first parameter([0]) is the new value, second parameter ([1]) is the old value, third is whether the value is equal to the old value
| |
| Drawn |
is called whenever the value is looked at, has no parameters
|