PowerTools SPREAD for Windows Forms 8.0J
RequestRowVisibleStates イベント


データモデルが行の表示状態を取得するときに発生します。
構文
'Declaration
 
Event RequestRowVisibleStates As RequestRowVisibleStatesEventHandler
'使用法
 
Dim instance As IReceiveRowsVisibleStateChangedNotificationSupport
Dim handler As RequestRowVisibleStatesEventHandler
 
AddHandler instance.RequestRowVisibleStates, handler
event RequestRowVisibleStatesEventHandler RequestRowVisibleStates
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、RequestRowVisibleStatesEventArgs 型の引数を受け取りました。次の RequestRowVisibleStatesEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ説明
Row表示状態を調べる行範囲の最初の行インデックスを取得します。  
RowCount表示状態を調べる行範囲の行数を取得します。  
RowVisibleStates行の表示状態に関する情報を含むディクショナリーを取得します。RequestRowVisibleStatesを処理するとき、このディクショナリーに行の表示状態が追加されます。  
参照

IReceiveRowsVisibleStateChangedNotificationSupport インタフェース
IReceiveRowsVisibleStateChangedNotificationSupport メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.