バージョン

DataValueChangedScope 列挙体

DataPresenterBase.DataValueChanged イベントおよび DataPresenterBase.InitializeCellValuePresenter イベントを発行する DataRecord の範囲を示すのに使用する列挙型。
シンタックス
'宣言
 
Public Enum DataValueChangedScope 
   Inherits System.Enum
public enum DataValueChangedScope : System.Enum 
メンバ
メンバ解説
AllAllocatedRecords割り当てられたすべての DataRecord が含まれます。
Defaultデフォルト値が解決されて使用されます。
OnlyRecordsInViewビューにある DataRecord のみが含まれます。
参照