Back to Devexpress

ActivationActionEventArgsBase Properties

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

latest3.7 KB
Original Source

ActivationActionEventArgsBase Properties

Provides data for the DataViewBase.GetIsEditorActivationAction and DataViewBase.ProcessEditorActivationAction events.

NameDescription
ActivationActionGets an activation action’s type.
ColumnGets or sets a grid column, for which an event has been raised. Inherited from EditorEventArgsBase.
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.
KeyDownEventArgsEvent arguments for the KeyDown activation action.
MouseLeftButtonEventArgsEvent arguments for the MouseLeftButton activation action.
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.
RowHandleGets or sets the row handle, for which an event has been raised. Inherited from EditorEventArgsBase.
SourceGets the View that raised the event. Inherited from EditorEventArgsBase.
TemplateChildAn in-place editor specified in a cell template.
TextInputEventArgsEvent arguments for the TextInput activation action.
ValueGets the edit value stored in the editor, for which an event has been raised. Inherited from EditorEventArgsBase.

See Also

ActivationActionEventArgsBase Class

ActivationActionEventArgsBase Members

DevExpress.Xpf.Grid Namespace