Click or drag to resize

AbstractItemHandler Events

The AbstractItemHandler type exposes the following members.

Events
 NameDescription
Protected event_listChange Event raised when the list content changes.
Public eventListChange Signals that the list has changed, so the view can update the list. When the first receiver registers for the event, the function BeginTracking will be called. If the last receiver unregisters for the event, the function EndTracking will be called.
Top
See Also