itemaddingeventargs-class
Represents event data for FilterEntity event
public class Korzh.EasyQuery.Wpf.ItemAddingEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
| Name | Type | Description |
|---|---|---|
| ItemAddingEventArgs(EntityTreeNode item) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.EntityTreeNode class. |
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 |