Occurs when the collection changes.
Object.defineProperty(AnnGradientStopCollection.prototype,'collectionChanged',
get: function(),
set: function(value)
)
function collectionChanged.add(function(sender, e));
function collectionChanged.remove(function(sender, e));
collectionChanged: void;
AnnNotifyCollectionChangedEventArgs
The event handler receives an argument of type AnnNotifyCollectionChangedEventArgs, which contains data that is related to this event.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnNotifyCollectionChangedEventArgs | The event data. |
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