'宣言 Public Event BeforeCustomColorsChanged As EventHandler(Of BeforeCustomColorsChangedEventArgs)
public event EventHandler<BeforeCustomColorsChangedEventArgs> BeforeCustomColorsChanged
イベント ハンドラが、このイベントに関連するデータを含む、BeforeCustomColorsChangedEventArgs 型の引数を受け取りました。次の BeforeCustomColorsChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel System.ComponentModel.CancelEventArgsから継承されます。 | |
| ChangeType | 適用された変更を示します (追加、または削除)。 |
| Color | カラー ウェルの色を返します。 |
| Index | 追加または削除された項目のインデックスを示します。 |