Back to Devexpress

TreeListEditorEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-fc3480cf.md

latest2.2 KB
Original Source

TreeListEditorEventArgs Class

Provides data for the TreeListView.ShownEditor and TreeListView.HiddenEditor events.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListEditorEventArgs :
    EditorEventArgsBase
vb
Public Class TreeListEditorEventArgs
    Inherits EditorEventArgsBase

TreeListEditorEventArgs is the data class for the following events:

Remarks

In addition to all properties derived from the EditorEventArgsBase class, the TreeListEditorEventArgs class introduces the TreeListEditorEventArgs.Editor property, which returns an instance of an editor, for which the corresponding event has been raised; and the TreeListEditorEventArgs.Node property that returns the processed node.

An instance of the TreeListEditorEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs RoutedEventArgs EditorEventArgsBase TreeListEditorEventArgs

See Also

TreeListEditorEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace