Spread Windows Forms 8.0 Product Documentation
InformRowsVisibleStateChanged Method


Object that support get row visible state.
List of rows index range that have visible states changed.
Inform data model about the change of 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 support get row visible state.
changingVisibleRangeIndex
List of rows index range that have visible states changed.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

IReceiveRowsVisibleStateChangedNotificationSupport Interface
IReceiveRowsVisibleStateChangedNotificationSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.