Scheduler for WinForms
BeforeAppointmentEdit イベント (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : BeforeAppointmentEdit イベント
C1.C1Schedule.Appointment オブジェクトがインプレース編集される前に発生します。
シンタックス
'宣言
 
Public Event BeforeAppointmentEdit As CancelAppointmentEventHandler
public event CancelAppointmentEventHandler BeforeAppointmentEdit
イベント データ

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

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