FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IReceiveRowsVisibleStateChangedNotificationSupport Interface : RequestRowVisibleStates Event |
'Declaration Event RequestRowVisibleStates As RequestRowVisibleStatesEventHandler
'Usage Dim instance As IReceiveRowsVisibleStateChangedNotificationSupport Dim handler As RequestRowVisibleStatesEventHandler AddHandler instance.RequestRowVisibleStates, handler
event RequestRowVisibleStatesEventHandler RequestRowVisibleStates
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.
Property | Description |
---|---|
Row | Gets the first row index of the row range for finding the rows visible states. |
RowCount | Gets the number of the row range of where to find the rows visible states. |
RowVisibleStates | Gets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates, the handler adds the rows' visible states into this dictionary. |
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