Spread Windows Forms 10.0 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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

IReceiveRowsVisibleStateChangedNotificationSupport Interface
IReceiveRowsVisibleStateChangedNotificationSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.