TreeListNodeFilterEventArgs Constructors
Provides data for the TreeListView.CustomNodeFilter event.| Name | Parameters | Description |
|---|---|---|
| TreeListNodeFilterEventArgs() | none | Initializes a new instance of the TreeListNodeFilterEventArgs class. |
| TreeListNodeFilterEventArgs(TreeListNode) | node | Initializes a new instance of the TreeListNodeFilterEventArgs class. |
See Also