ActiveReports 9
ObserveRange<T> Method

Type of collection element.
The collection to observe.
The item handler.
Floating range to observe elements within.
Observes modifyable range of modifyable collection.
Syntax
'Declaration
 
Public Shared Function ObserveRange(Of T)( _
   ByVal list As INotificationCollection(Of T), _
   ByVal subscribeItem As System.Func(Of T,Integer,IDisposable), _
   ByVal range As Observable(Of Range) _
) As System.IDisposable
public static System.IDisposable ObserveRange<T>( 
   INotificationCollection<T> list,
   System.Func<T,int,IDisposable> subscribeItem,
   Observable<Range> range
)

Parameters

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

Type Parameters

T
Type of collection element.
See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum