'宣言 Protected Overridable Sub OnRecordUpdateCanceled( _ ByVal args As RecordUpdateCanceledEventArgs _ )
protected virtual void OnRecordUpdateCanceled( RecordUpdateCanceledEventArgs args )
更新は DataRecord の DataRecord.CancelUpdate メソッドを呼び出す、または DataPresenterCommands.DiscardChangesToActiveRecord コマンドまたは DataPresenterCommands.DiscardChangesToAllRecords コマンドのいずれかで ExecuteCommand(RoutedCommand) を呼び出してキャンセルできます。
DataPresenterBase クラス
DataPresenterBase メンバ
UpdateMode プロパティ
RecordUpdated イベント
RecordUpdateCanceling イベント
RecordUpdateCanceled イベント
IsDataChanged プロパティ
Update メソッド
CancelUpdate メソッド
DataPresenterCommands クラス
CommitChangesToAllRecords フィールド
CommitChangesToActiveRecord フィールド
DiscardChangesToAllRecords フィールド
DiscardChangesToActiveRecord フィールド
ExecuteCommand(RoutedCommand) メソッド
RecordUpdateCanceled イベント
RecordUpdateCanceledEvent フィールド
RecordUpdateCanceledEventArgs クラス