バージョン

AppointmentDataInitialized イベント

予定のデータが初期化または再初期化された後に発生します。
シンタックス
'宣言
 
Public Event AppointmentDataInitialized As AppointmentDataInitializedEventHandler
public event AppointmentDataInitializedEventHandler AppointmentDataInitialized
イベント データ

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

プロパティ解説
Appointment 初期化または再初期化する予定。
使用例
'Set the BarColor of the appointment to Yellow. 
e.Appointment.BarColor = Color.Yellow
//Set the BarColor of the appointment to Yellow.
e.Appointment.BarColor = Color.Yellow;
参照