Click or drag to resize

EventGuardT Events

The EventGuardT generic type exposes the following members.

Events
  NameDescription
Public eventAccessed
is called whenever the value is accessed, first parameter dictates whether the value was accessed from get or set ("get","set")
Public eventChanged
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
Public eventDrawn
is called whenever the value is looked at, has no parameters
Top
See Also