Back to Devexpress

TreeListValidateNodeDeletionEventArgs Class

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

latest1.6 KB
Original Source

TreeListValidateNodeDeletionEventArgs Class

Provides data for the ValidateNodeDeletion event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListValidateNodeDeletionEventArgs :
    GridValidateRowDeletionEventArgs
vb
Public Class TreeListValidateNodeDeletionEventArgs
    Inherits GridValidateRowDeletionEventArgs

TreeListValidateNodeDeletionEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs GridValidateRowDeletionEventArgs TreeListValidateNodeDeletionEventArgs

See Also

TreeListValidateNodeDeletionEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace