Scheduler for WinForms
BeforeAppointmentShow イベント (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : BeforeAppointmentShow イベント
予定ダイアログボックスが表示される直前に発生します。
シンタックス
'宣言
 
Public Event BeforeAppointmentShow As CancelAppointmentEventHandler
public event CancelAppointmentEventHandler BeforeAppointmentShow
イベント データ

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

プロパティ解説
Gets the Appointment object which the event was raised for.  
System.ComponentModel.CancelEventArgsから継承されます。
参照