| ItemChanged Property | |
| See Also |
Indicates whether the value of the item that triggered an item event was changed as a result of the event.
For example, a combo box may trigger an event, but the combo box value may remain unchanged and, therefore, nothing needs to be done. Check this property to determine if the value was changed.
Read-only property
| Visual Basic |
|---|
Public Property ItemChanged() As Boolean |
Relevant when the BeforeAction property is false.