T
Type of collection element.
ActiveReports 8
ObserveRangeOnStaticCollection<T> Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > ActiveModelListenExtensions Class : ObserveRangeOnStaticCollection<T> Method

list
The collection to observe.
observedRange
Floating range to observe elements within.
subscribeItem
The item handler.

Glossary Item Box

Observes modifyable range of regulat items collection.

Syntax

Visual Basic (Declaration) 
Public Shared Function ObserveRangeOnStaticCollection(Of T)( _
   ByVal list As IItemCollection(Of T), _
   ByVal observedRange As Observable(Of Range), _
   ByVal subscribeItem As System.Func(Of T,Integer,IDisposable) _
) As System.IDisposable
C# 
public static System.IDisposable ObserveRangeOnStaticCollection<T>( 
   IItemCollection<T> list,
   Observable<Range> observedRange,
   System.Func<T,int,IDisposable> subscribeItem
)

Parameters

list
The collection to observe.
observedRange
Floating range to observe elements within.
subscribeItem
The item handler.

Type Parameters

T
Type of collection element.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also