バージョン

DeleteAppointment メソッド (ScheduleListDataSource)

指定した Infragistics.Scheduler.Appointment を削除します。
シンタックス
public override AppointmentOperationResult DeleteAppointment( 
   Appointment appointment
)

パラメータ

appointment
削除する予定。

戻り値の型

操作の結果を含む Infragistics.Scheduler.Data.AppointmentOperationResult インスタンス。
解説

ScheduleListDataSource クラスの DeleteAppointment メソッドの実装が同期に実行されます。そのため、Infragistics.Scheduler.Data.OperationResultBase.Completed イベントを処理する必要がありません。

参照