Skip to main content
All docs
V26.1
  • TreeViewGetActiveEditorNeedsKeyEventArgs(RoutedEvent, Key, ModifierKeys, DependencyObject, Int32, Object, TreeListColumn, Boolean) Constructor

    Initializes a new instance of the TreeViewGetActiveEditorNeedsKeyEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Grid.TreeList

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    Declaration

    public TreeViewGetActiveEditorNeedsKeyEventArgs(
        RoutedEvent routedEvent,
        Key key,
        ModifierKeys modifiers,
        DependencyObject templateChild,
        int rowHandle,
        object value,
        TreeListColumn column,
        bool needsKey
    )

    Parameters

    Name Type
    routedEvent RoutedEvent
    key Key
    modifiers ModifierKeys
    templateChild DependencyObject
    rowHandle Int32
    value Object
    column TreeListColumn
    needsKey Boolean
    See Also