ItemAddingEventArgs class
Represents event data for FilterEntity event
public class Korzh.EasyQuery.Wpf.ItemAddingEventArgs : EventArgsPackage: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ItemAddingEventArgs(EntityTreeNode item) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.EntityTreeNode class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Accept | bool | Indicates whether the entity or entity attribute can added to the tree |
| Item | EntityTreeNode | Gets or sets the Entity or EntityAttr object considering for adding to the tree |