Click or drag to resize

SilentObservableCollectionT Methods

The BasePolyLineMetafileCommandSilentObservableCollectionT type exposes the following members.

Methods
 NameDescription
Public methodAddRange Adds a range of items to the observable collection. Instead of iterating through all elements and adding them one by one (which causes OnPropertyChanged events), all the items gets added instantly without firing events. After adding all elements, the OnPropertyChanged event will be fired.
Top
See Also