Scheduler for WinForms
AppointmentCustomAction イベント (AppointmentCollection)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentCollection クラス : AppointmentCustomAction イベント
Occurs when a custom action of an appointment executes.
シンタックス
'宣言
 
Public Event AppointmentCustomAction As CancelAppointmentEventHandler
public event CancelAppointmentEventHandler AppointmentCustomAction
イベント データ

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

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