Click or drag to resize

BasePolyLineMetafileCommandSilentObservableCollectionT Class

[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.SilentObservableCollection`1"]

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelObservableCollectionT
      RAYLASE.Marker.VectorGraphicElement.MetafileCommandBasePolyLineMetafileCommandSilentObservableCollectionT

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected class SilentObservableCollection<T> : ObservableCollection<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.SilentObservableCollection`1"]

The BasePolyLineMetafileCommandSilentObservableCollectionT type exposes the following members.

Constructors
 NameDescription
Public methodBasePolyLineMetafileCommandSilentObservableCollectionTInitializes a new instance of the BasePolyLineMetafileCommandSilentObservableCollectionT class
Top
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