Click or drag to resize

SuspendCollectionChangedNotificationsT Constructor

Constructor. Notifications will be suspended until this object is disposed.

Namespace:  Rhino.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public SuspendCollectionChangedNotifications(
	TrulyObservableOrderedSet<T> set,
	bool fireOnResume = true
)

Parameters

set
Type: Rhino.Runtime.NotificationsTrulyObservableOrderedSetT
The collection to suspend notifications for
fireOnResume (Optional)
Type: SystemBoolean
If true (=default), upon resuming notifications one Reset event will be fired if the collection was modified during the suspension.
See Also