Back to Devexpress

FocusedRowHandleChangingEventArgs Properties

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

latest2.4 KB
Original Source

FocusedRowHandleChangingEventArgs Properties

Contains data for the FocusedRowHandleChanging event.

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.
NavigationTypeGets the user action that leads to focus change.
NewRowHandleGets or sets the handle of the row that gets focus.
OldRowHandleGets the handle of 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 this event.

See Also

FocusedRowHandleChangingEventArgs Class

FocusedRowHandleChangingEventArgs Members

DevExpress.Xpf.Grid Namespace