Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
function lt.LeadCollection
class lt.LeadCollection()
The LeadCollection class provides a generic observable collection class.
The class contains the CollectionChanged event. This events will fire whenever objects are added, moved, replaced or removed to/from the collection.
This class follows the design of the .NET ObservableCollection<T> class.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET