バージョン

Sorting イベント

レコードのソート順がユーザー アクションの結果として変更されようとする時に発生します。
シンタックス
'宣言
 
Public Event Sorting As EventHandler(Of SortingEventArgs)
public event EventHandler<SortingEventArgs> Sorting
イベント データ

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

プロパティ解説
Cancel Infragistics.Windows.Controls.Events.CancelableRoutedEventArgsから継承されます。 
Field 関連の Infragistics.Windows.DataPresenter.Field を返します(読み取り専用)
FieldLayout 関連する FieldLayout を返します(読み取り専用)
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.
ReplaceExistingSortCriteria これはソート順序を決定する SortDecription の既存のセットを置き換えるかどうかを決定します
RoutedEvent System.Windows.RoutedEventArgsから継承されます。Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance.
SortDescription 新しいグループに適用される SortDecription を返します(読み取り専用)
Source System.Windows.RoutedEventArgsから継承されます。Gets or sets a reference to the object that raised the event.
解説

レコードがグループ化されると、このイベントはソート順がグループ化の結果として変更しても発生しません。

注:Field が並べ替えられていない、たとえば FieldSettings.LabelClickAction プロパティが「SortByOneFieldOnlyTriState」または「SortByMultipleFieldsTriState」に設定されている場合、Infragistics.Windows.DataPresenter.Events.SortingEventArgs.Infragistics.Windows.DataPresenter.Events.SortingEventArgs.SortDescription プロパティは null を返す場合があります。

参照