バージョン

BeforeCustomColorsChangedEventArgs コンストラクタ

新しい ColorWellEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal changeType As CustomColorsChangeType, _
   ByVal color As Color, _
   ByVal index As Integer _
)
public BeforeCustomColorsChangedEventArgs( 
   CustomColorsChangeType changeType,
   Color color,
   int index
)

パラメータ

changeType
適用された変更を示します (追加、または削除)。
color
カラー プレビュー ボックスの現在の色
index
追加または削除される項目のインデックス。
参照