AccordionCustomItemFilterEventArgs Properties
Provides data for the AccordionControl.CustomItemFilter event.
Name | Description |
---|---|
Accepted | Gets or sets a value indicating whether the currently processed item is included in the results. |
Accordion |
Gets the Accordion |
Handled |
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
Inherited from Routed |
Item | Gets the currently processed Accordion item. |
Original |
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Inherited from Routed |
Routed |
Gets or sets the Routed |
Search |
Gets the search criteria. |
Source |
Gets or sets a reference to the object that raised the event.
Inherited from Routed |
See Also