Base |
[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.SilentObservableCollection`1"]
protected class SilentObservableCollection<T> : ObservableCollection<T>
[Missing <typeparam name="T"/> documentation for "T:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.SilentObservableCollection`1"]
The BasePolyLineMetafileCommandSilentObservableCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | BasePolyLineMetafileCommandSilentObservableCollectionT | Initializes a new instance of the BasePolyLineMetafileCommandSilentObservableCollectionT class |
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. |