バージョン

ValidateAppointmentRecurrence イベント

RecurrenceDialog における AppointmentRecurrence の変更がコミットされる前に発生します。
シンタックス
'宣言
 
Public Event ValidateAppointmentRecurrence As ValidateAppointmentRecurrenceEventHandler
public event ValidateAppointmentRecurrenceEventHandler ValidateAppointmentRecurrence
イベント データ

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

プロパティ解説
CloseDialog [OK] ボタンをクリックしたときに、RecurrenceDialog を閉じるかどうかを取得または設定します。
Message エンドユーザーに表示される説明的なメッセージを取得または設定します。
OriginalRecurrence 元の AppointmentRecurrence オブジェクトのクローンを返します。またはこれが新しいAppointmentRecurrenceの場合 null を返します。
Recurrence ユーザーが RecurrenceDialog を使用して入力した更新情報を含む、AppointmentRecurrence のクローンを返します。
SaveChanges このダイアログ セッションの AppointmentRecurrence の変更を保存するかどうかを取得または設定します。
解説

ユーザーが RecurrenceDialog を使用して、繰り返し予定に行われた変更を保存しようとする時に ValidateAppointmentRecurrence が呼び出されます。

参照