Back to Devexpress

TreeViewNodeValidationEventArgs Class

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

latest1.5 KB
Original Source

TreeViewNodeValidationEventArgs Class

Contains data for the ValidateNode event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeViewNodeValidationEventArgs :
    ValidationEventArgs,
    IDataCellEventArgs
vb
Public Class TreeViewNodeValidationEventArgs
    Inherits ValidationEventArgs
    Implements IDataCellEventArgs

TreeViewNodeValidationEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs ValidationEventArgs TreeViewNodeValidationEventArgs

See Also

TreeViewNodeValidationEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace