notifies the listener that a single entry in the list has change
Parameter Source
is the event describing the change. The ListEntryEvent::Position
member denotes the position of the changed entry, the first (and only) element
of the ListEntryEvent::Entries member denotes the new string
notifies the listener that a range of entries has been inserted into the list
Parameter Source
is the event describing the change. The ListEntryEvent::Position
member denotes the position of the first inserted entry, the
ListEntryEvent::Entries member contains the strings which have
been inserted.
notifies the listener that a range of entries has been removed from the list
Parameter Source
is the event describing the change. The ListEntryEvent::Position
member denotes the position of the first removed entry, the
ListEntryEvent::Count member the number of removed entries.