Silent |
The BasePolyLineMetafileCommandSilentObservableCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddRange | 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. |