ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationBook Class / ObserveRange Method
Floating range to observe elements within.
The item handler.

In This Topic
    ObserveRange Method (AnnotationBook)
    In This Topic
    Observes modifyable range of regular items collection.
    Syntax
    'Declaration
     
    Public Function ObserveRange( _
       ByVal range As Observable(Of Range), _
       ByVal subscribeItem As Func(Of AnnotationsPage,Integer,IDisposable) _
    ) As IDisposable

    Parameters

    range
    Floating range to observe elements within.
    subscribeItem
    The item handler.
    See Also