TreeViewProcessEditorActivationActionEventArgs(RoutedEvent, ActivationAction, RoutedEventArgs, DependencyObject, Int32, Object, TreeListColumn, Boolean) Constructor
Initializes a new instance of the TreeViewProcessEditorActivationActionEventArgs class with specified settings.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
public TreeViewProcessEditorActivationActionEventArgs(
RoutedEvent routedEvent,
ActivationAction activationAction,
RoutedEventArgs activationEventArgs,
DependencyObject templateChild,
int rowHandle,
object value,
TreeListColumn column,
bool raiseEventAgain
)
Parameters
| Name | Type |
|---|---|
| routedEvent | RoutedEvent |
| activationAction | ActivationAction |
| activationEventArgs | RoutedEventArgs |
| templateChild | DependencyObject |
| rowHandle | Int32 |
| value | Object |
| column | TreeListColumn |
| raiseEventAgain | Boolean |
See Also