Scheduler for WinForms
BeforeAppointmentFormat イベント (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : BeforeAppointmentFormat イベント
予定の内容が書式設定される前に発生します。
シンタックス
'宣言
 
Public Event BeforeAppointmentFormat As System.EventHandler(Of BeforeAppointmentFormatEventArgs)
public event System.EventHandler<BeforeAppointmentFormatEventArgs> BeforeAppointmentFormat
イベント データ

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

プロパティ解説
Gets the appointment which the event was raised for. C1.Schedule.AppointmentEventArgsから継承されます。
予定要素のカスタム背景色を指定する System.Drawing.Color 値を 取得または設定します。  
予定要素の背景のカスタムグラデーション色を指定する System.Drawing.Color 値を 取得または設定します。  
予定要素のカスタム前景色を指定する System.Drawing.Color 値を 取得または設定します。  
予定要素に表示される一連のアイコンを指定する AppointmentIcons 値を 取得または設定します。  
予定要素に表示されるテキストを取得または設定します。  
予定を表す現在の UI 要素の日付を取得します。  
参照