This documentation is for the old version. Go to the latest Graphics Mill docs

ListItemCollection Events

The ListItemCollection type exposes the following members.

Events

Name Description
Public event IconChanged

Fires when the icon of some list item stored in the collection has been changed.

Public event ItemInserting

Fires when new item is about to be inserted into the collection.

Public event ItemRemoving

Fires when an item is about to be removed from the collection.

Public event ItemsInserted

Fires when new items have been inserted into the collection.

Public event ItemsRemoved

Fires when some items have been removed from the collection.

Public event StateChanged

Fires when state of some list item of the collection have been changed.

Public event StateChanging

Fires when state of some item of the collection is about to be changed.

Public event TextChanged

Fires when text information of some item of the collection has been changed.

See Also

Reference