Back to Devexpress

RowDoubleClickEventArgs Properties

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

latest2.2 KB
Original Source

RowDoubleClickEventArgs Properties

Provides data for the TableView.RowDoubleClick event handler.

NameDescription
ChangedButtonGets a mouse button that has been pressed twice.
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.
HitInfoGets or sets the information on a view element located under the mouse pointer.
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

RowDoubleClickEventArgs Class

RowDoubleClickEventArgs Members

DevExpress.Xpf.Grid Namespace