'宣言 Public Event Sorted As EventHandler(Of SortedEventArgs)
public event EventHandler<SortedEventArgs> Sorted
イベント ハンドラが、このイベントに関連するデータを含む、SortedEventArgs 型の引数を受け取りました。次の SortedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
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. |
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.SortedEventArgs.Infragistics.Windows.DataPresenter.Events.SortedEventArgs.SortDescription プロパティは null を返す場合があります。