バージョン

BeforeCustomColorsChanged イベント

カスタムの色に変更が適用されるときに発生します。
シンタックス
'宣言
 
Public Event BeforeCustomColorsChanged As EventHandler(Of BeforeCustomColorsChangedEventArgs)
public event EventHandler<BeforeCustomColorsChangedEventArgs> BeforeCustomColorsChanged
イベント データ

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

プロパティ解説
Cancel System.ComponentModel.CancelEventArgsから継承されます。 
ChangeType 適用された変更を示します (追加、または削除)。
Color カラー ウェルの色を返します。
Index 追加または削除された項目のインデックスを示します。
参照