'宣言 Public Event BeforeAppointmentFormat As System.EventHandler(Of BeforeAppointmentFormatEventArgs)
public event System.EventHandler<BeforeAppointmentFormatEventArgs> BeforeAppointmentFormat
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、BeforeAppointmentFormatEventArgs 型の引数を受け取りました。次の BeforeAppointmentFormatEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Appointment | イベントを発生させた予定を取得します。 C1.C1Schedule.AppointmentEventArgsから継承されます。 |
BackColor | 予定要素のカスタム背景色を指定する System.Drawing.Color値を取得または設定します。 |
BackColor2 | 予定要素のカスタムグラデーション背景色を指定する System.Drawing.Color値を取得または設定します。 |
ForeColor | 予定要素のカスタム前景色を指定する System.Drawing.Color 値を 取得または設定します。 |
Icons | 予定要素内に表示するアイコンのセットを指定する AppointmentIcons値を取得または設定します。 |
Text | 予定要素内に表示されるテキストを取得または設定します。 |
UIElementDate | 予定を表す現在の UI 要素の日付を取得します。 |
参照