GrapeCity.Windows.SpreadGrid.Editors 名前空間 > ItemCheckEventArgs クラス : ItemCheckEventArgs コンストラクタ |
'Declaration
Public Function New( _ ByVal displayIndex As Integer, _ ByVal oldValue As Nullable(Of Boolean), _ ByVal newValue As Nullable(Of Boolean) _ )
public ItemCheckEventArgs( int displayIndex, Nullable<bool> oldValue, Nullable<bool> newValue )