Spread Windows Forms 8.0 Product Documentation
RequestRowVisibleStates Event


Occurs when data model want to get the rows' visible states.
Syntax
'Declaration
 
Event RequestRowVisibleStates As RequestRowVisibleStatesEventHandler
'Usage
 
Dim instance As IReceiveRowsVisibleStateChangedNotificationSupport
Dim handler As RequestRowVisibleStatesEventHandler
 
AddHandler instance.RequestRowVisibleStates, handler
event RequestRowVisibleStatesEventHandler RequestRowVisibleStates
Event Data

The event handler receives an argument of type RequestRowVisibleStatesEventArgs containing data related to this event. The following RequestRowVisibleStatesEventArgs properties provide information specific to this event.

PropertyDescription
Row Gets the first row index of range of rows that need to find rows' visible states.
RowCount Gets the count of range of rows that need to find rows' visible states.
RowVisibleStates Get the dictionary that contains information about rows' visible states. When handles the RequestRowVisibleStates, the handler would add the rows' visible states into this dictionary.
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.