Back to Devexpress

DragEventArgsBase Properties

wpf-devexpress-dot-xpf-dot-core-dot-drageventargsbase-dot-underscore-properties.md

latest3.5 KB
Original Source

DragEventArgsBase Properties

Serves as the base for classes that provide data for the DataViewBase.DragRecordOver and DataViewBase.DropRecord events.

NameDescription
AllowedEffectsGets a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.
DataGets or sets a data object that contains the data associated with the corresponding drag event.
DropPositionGets a drop position that specifies how a record is placed after it has been dropped.
EffectsGets or sets the target drag-and-drop operation.
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.
IsFromOutsideGets whether the dragged record is from another control.
KeyStatesGets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
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 or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
TargetRecordGets a record that is drop target.
TargetRowHandleGets the target row handle.

See Also

DragEventArgsBase Class

DragEventArgsBase Members

DevExpress.Xpf.Core Namespace