バージョン

SummarySelectionControlClosed イベント

フィールドの集計を選択するための UI が表示される前に発生します。このイベントをキャンセルして独自の UI を表示できます。
シンタックス
'宣言
 
Public Event SummarySelectionControlClosed As EventHandler(Of SummarySelectionControlClosedEventArgs)
public event EventHandler<SummarySelectionControlClosedEventArgs> SummarySelectionControlClosed
イベント データ

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

プロパティ解説
Field 集計選択 UI が表示されているフィールドを返します(読み取り専用)。
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.
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.
SummariesChanged ユーザーが実際に集計を変更したかどうかを示します。
解説

SummarySelectionControlClosed は、フィールドの集計を選択するためのユーザー インターフェイスが閉じられた後で発生します。ユーザーが集計を選択しない、または既存の集計を修正しない時でもこのイベントは発生します。集計が実際に変更されているかどうかは、Infragistics.Windows.DataPresenter.Events.SummarySelectionControlClosedEventArgs.SummariesChanged プロパティによって示します。

参照