Scheduler for UWP/WinRT
CancelAppointmentEventHandler デリゲート

イベントのソース。
イベントデータを含む CancelAppointmentEventArgs
単一の Appointment オブジェクトに関係するキャンセル可能なイベントを処理するためのデリゲート。
構文
'宣言
 
Public Delegate Sub CancelAppointmentEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CancelAppointmentEventArgs _
) 
public delegate void CancelAppointmentEventHandler( 
   System.object sender,
   CancelAppointmentEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベントデータを含む CancelAppointmentEventArgs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CancelAppointmentEventHandler メンバ
C1.C1Schedule 名前空間

Send Feedback