Back to Devexpress

FocusedRowChangedEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-focusedrowchangedeventargs-dot-underscore-properties.md

latest2.3 KB
Original Source

FocusedRowChangedEventArgs Properties

Provides data for the DataViewBase.FocusedRowChanged event. The DataViewBase.FocusedRowChanged event is obsolete. Use DataControlBase.CurrentItemChanged instead.

NameDescription
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
NewRowGets the focused row.
OldRowGets the previously focused row.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets the View that raised the event.

See Also

FocusedRowChangedEventArgs Class

FocusedRowChangedEventArgs Members

DevExpress.Xpf.Grid Namespace