C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : FilterItem Event |
'Declaration Public Event FilterItem As System.EventHandler(Of FilterItemEventArgs)
public event System.EventHandler<FilterItemEventArgs> FilterItem
The event handler receives an argument of type FilterItemEventArgs containing data related to this event. The following FilterItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets the data item under consideration. |
Skip | Gets or sets a value indicating whether the item should be skipped. |