Back to Devexpress

TreeListNodeEditingEventArgs Class

aspnet-devexpress-dot-web-dot-aspxtreelist-9c8c14b8.md

latest1.6 KB
Original Source

TreeListNodeEditingEventArgs Class

Provides data for the ASPxTreeList.CancelNodeEditing and ASPxTreeList.StartNodeEditing events.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListNodeEditingEventArgs :
    CancelEventArgs
vb
Public Class TreeListNodeEditingEventArgs
    Inherits CancelEventArgs

TreeListNodeEditingEventArgs is the data class for the following events:

Inheritance

Object EventArgs CancelEventArgs TreeListNodeEditingEventArgs

See Also

TreeListNodeEditingEventArgs Members

DevExpress.Web.ASPxTreeList Namespace