Search
ListChangedEvent(E) Members
Methods
 


Provides data for the BaseListListener.listChanged event.

The following tables list the members exposed by the ListChangedEvent(E) type.

 Public Methods

  Name Description

getAction

Gets the action that caused the event.

getNewItems

Gets the list of new items involved in the change.

getOldItems

Gets the list of items affected by a Replace, Remove, or Reset action.

 See Also