The ICogBoolList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetRangeList |
Gets an alternate, read-only representation of the entire boolean list.
The returned representation is a list of inclusive boolean ranges. This
representation is usually much more compact than the full list.
| |
| ResumeAndRaiseChangedEvent |
Re-enables raising of the Changed event after SuspendChangedEvent
has been called, and raises the Changed event if the
ChangedEventSuspended count is reduced to zero and any changes were
made while events were suspended. Must be called once for each call to
SuspendChangedEvent.
(Inherited from ICogChangedEvent.) | |
| SetRange |
Sets the given inclusive range of list elements to the given boolean value.
| |
| SuspendChangedEvent |
Temporarily suspends the raising of the Changed event. May be called
more than once, and a corresponding call to ResumeAndRaiseChangedEvent
must be made for each call to SuspendChangedEvent.
(Inherited from ICogChangedEvent.) |
See Also