TTMSFNCKanbanBoard.OnBeforeApplyFilter Event
Occurs before a filter is applied to a column.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnBeforeApplyFilter: TTMSFNCKanbanBoardBeforeApplyFilterEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AColumn |
The column that is about to be filtered. |
AFilter |
The filter data being applied. |
AAllow |
Set to False to prevent the filter from being applied. |