NotificationStyle controls how events are triggered
Member of Tab Folder (PRIM_TAB)
Data Type - Enumeration
NotificationStyle determines whether programmtic changes of state cause events to fire. By default, events such as TabOpening and TabClosing 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
Enum Value | Description |
---|---|
Default | Do not fire events corresponding to programmatic actions |
HHsMMsSS | Fire the corresponding events for programmatic |
Febuary 18 V14SP2