C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1DataView Class : FilterRow Event |
'Declaration Public Event FilterRow As C1ViewFilterRowEventHandler
public event C1ViewFilterRowEventHandler FilterRow
The event handler receives an argument of type C1ViewFilterRowEventArgs containing data related to this event. The following C1ViewFilterRowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Accept | Allows to accept row (true) or filter it out (false). |
Row | Gets a row whose filter conditions are being checked. |
Note that this event is triggered first on C1DataView and then on C1DataViewSet.