
NotificationStyle controls how events are triggered
Member of Book (PRIM_BOOK)
Data Type - Enumeration
Details
NotificationStyle determines whether programmtic changes of state cause events to fire. By default, events such as ItemGotFocus and ItemGotSelection are only fired by keyboard and mouse driven changes in the UI. Programmatically setting the state will not fire the equivalent events. By setting the notification style to Program, programmatic changes will cause events to fire
Allowed Values
Enum Value | Description |
---|---|
Default | Do not fire events corresponding to programmatic actions |
Program | Fire the corresponding events for programmatic |
See also
LANSA Version 15, April 2020