Spread for ASP.NET 10 Product Documentation
InformRowsVisibleStateChanged Method


Object that supports getting the row visible state.
List of row index ranges with a changed visible state.
Informs the data model about the change of the rows visible states.
Syntax
'Declaration
 
Sub InformRowsVisibleStateChanged( _
   ByVal findRowsVisibleStateSupport As IFindRowsVisibleStateSupport, _
   ByVal changingVisibleRangeIndex As List(Of LinearRange) _
) 
'Usage
 
Dim instance As IReceiveRowsVisibleStateChangedNotificationSupport
Dim findRowsVisibleStateSupport As IFindRowsVisibleStateSupport
Dim changingVisibleRangeIndex As List(Of LinearRange)
 
instance.InformRowsVisibleStateChanged(findRowsVisibleStateSupport, changingVisibleRangeIndex)

Parameters

findRowsVisibleStateSupport
Object that supports getting the row visible state.
changingVisibleRangeIndex
List of row index ranges with a changed visible state.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IReceiveRowsVisibleStateChangedNotificationSupport Interface
IReceiveRowsVisibleStateChangedNotificationSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.