Spread for ASP.NET 9.0 Product Documentation
RequestRowVisibleStates Event


Occurs when the data model gets 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
RowGets the first row index of the row range for finding the rows visible states.  
RowCountGets the number of the row range of where to find the rows visible states.  
RowVisibleStatesGets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates, the handler adds the rows' visible states into this dictionary.  
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.