📚 SAP Business One SDK Help

ItemChanged Property
See Also 

Description

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.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemChanged() As Boolean

Remarks

Relevant when the BeforeAction property is false.

See Also