Scheduler for WinForms
CancelAppointmentEventHandler デリゲート

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : CancelAppointmentEventHandler デリゲート
The source of the event.
The CancelAppointmentEventArgs that contains the event data.
Delegate for handling the cancellable event involving a single Appointment object.
シンタックス
'宣言
 
Public Delegate Sub CancelAppointmentEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CancelAppointmentEventArgs _
) 
public delegate void CancelAppointmentEventHandler( 
   System.object sender,
   CancelAppointmentEventArgs e
)

パラメータ

sender
The source of the event.
e
The CancelAppointmentEventArgs that contains the event data.
参照

CancelAppointmentEventHandler メンバ
C1.Schedule 名前空間