TreeViewNodeFilterEventArgs Properties
Provides data for the CustomNodeFilter event.| Name | Description |
|---|---|
| Handled | Gets or sets whether to apply the specified filter. |
| Node | Gets the processed node. |
| Visible | Gets or sets whether to display the processed node. |
See Also