バージョン

InitializeCellValuePresenter イベント

CellValuePresenter 要素が Cell の値を表示するよう作成または再利用されるときに発生します。
シンタックス
'宣言
 
Public Event InitializeCellValuePresenter As EventHandler(Of InitializeCellValuePresenterEventArgs)
public event EventHandler<InitializeCellValuePresenterEventArgs> InitializeCellValuePresenter
イベント データ

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

プロパティ解説
CellValuePresenter 値変更に関連付けられた CellValuePresenterCellValuePresenter がまだ割り当てられていない場合は null を返します。
Handled System.Windows.RoutedEventArgsから継承されます。Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
IsNew CellValuePresenter が新たに割り当てられている場合は true、リサイクルされている場合は false を返します。
OriginalSource System.Windows.RoutedEventArgsから継承されます。Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class.
RoutedEvent System.Windows.RoutedEventArgsから継承されます。Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance.
Source System.Windows.RoutedEventArgsから継承されます。Gets or sets a reference to the object that raised the event.
解説

新しいインスタンスの場合 Infragistics.Windows.DataPresenter.Events.InitializeCellValuePresenterEventArgs.IsNew プロパティは true に設定されます。これがリサイクル インスタンスの場合は false に設定されます。

このイベントは FieldSettings.DataValueChangedNotificationsActive プロパティが true に設定されている Field に関連付けられた CellValuePresenter に対してのみ発行されます。

このイベントが発行されると、CellValuePresenter の ValueHistory プロパティが、セルの初期データ値を表す 1 つの履歴エントリで初期化されます。

参照