Scheduler for WPF
BeginEdit メソッド (Appointment)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : BeginEdit メソッド
Prevents the Appointment object from being updated until the EndEdit(Boolean) method is called.
シンタックス
'宣言
 
Public Overrides Sub BeginEdit() 
public override void BeginEdit()
解説
The BeginEdit and EndEdit(Boolean) methods are designed to implement batch modifications. This allows you to prevent generation of change notifications when changing multiple settings at the same time. To do this enclose the code that changes the properties in calls to these methods. Each call to BeginEdit must be paired with a call to EndEdit(Boolean). To ensure that EndEdit(Boolean) is always called even if an exception occurs, wrap any calls to these methods in a try...finally statement.
参照

Appointment クラス
Appointment メンバ