Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Object.defineProperty(LeadCollection.prototype,'collectionChanged',
get: function(),
set: function(value)
)
function collectionChanged.add(function(sender, e));
function collectionChanged.remove(function(sender, e));
collectionChanged: void;
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | NotifyLeadCollectionChangedEventArgs | The event data. |
Products |
Support |
Feedback: collectionChanged Event (LeadCollection) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|