Controls when the Modified property is set to True
Member of List View (PRIM_LTVW)
Data Type - Enumeration Set
The ModifiedRules property specifies whether list controls will be flagged as "Changed" by a change of selection or focus. ModifiedRules supports multiple selection.
Enum Value | Description |
---|---|
IgnoreFocusChanges | Focus processing will not cause a Changed event to fire |
IgnoreSelectionChanges | Selection processing will not cause a Changed event to fire |
Febuary 18 V14SP2