バージョン

BeforeCardCompressedStateChangedEventArgs コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As UltraGridRow, _
   ByVal newCompressedState As CardCompressedState _
)
public BeforeCardCompressedStateChangedEventArgs( 
   UltraGridRow row,
   CardCompressedState newCompressedState
)

パラメータ

row
CardCompressedStateが変更されるUltraGridRow。
newCompressedState
Rowの変更後のCardCompressedState。
参照