Method GoToChild
GoToChild(Element, bool)
Implement this method to define the behavior when an item is selected.
Declaration
bool GoToChild(FilterWindow.Element element, bool addIfComponent)
Parameters
| Type | Name | Description |
|---|---|---|
| FilterWindow.Element | element | The selected element. |
| bool | addIfComponent |
Returns
| Type | Description |
|---|---|
| bool |
|