Back to Devexpress

CustomizeNewNodeFromOuterDataEventArgs.Handled Property

windowsforms-devexpress-dot-xtratreelist-dot-customizenewnodefromouterdataeventargs-ff3ec5b1.md

latest2.1 KB
Original Source

CustomizeNewNodeFromOuterDataEventArgs.Handled Property

Gets or sets whether you perform all the required actions manually and no default processing is required.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
Boolean

true if no default processing is required; false if default processing will be performed after your event handler execution.

|

Remarks

If the Handled parameter is set to false (the default value), a new node will be created in the current (destination) TreeList control after your TreeList.CustomizeNewNodeFromOuterData event handler is completed, and it will be initialized with data from the CustomizeNewNodeFromOuterDataEventArgs.NewData dictionary. If the Handled parameter is set to true , the new node is not automatically created. It’s up to you to manually perform this operation (when needed).

See Also

CustomizeNewNodeFromOuterDataEventArgs Class

CustomizeNewNodeFromOuterDataEventArgs Members

DevExpress.XtraTreeList Namespace