Skip to main content
A newer version of this page is available. .

FilterController Events

Represents a ViewController descendant that contains the FullTextSearch and SetFilter Actions.
Name Description
Activated Occurs when a Controller is activated. Inherited from Controller.
AfterConstruction Occurs after a Controller is created. Inherited from Controller.
CreateCustomSearchCriteriaBuilder Occurs when the Search Criteria Builder object used to build a criteria expression based on the value passed to the FilterController.FullTextFilterAction is created.
CustomBuildCriteria Occurs when the FullTextSearch Action is executed. Allows you to create a custom CriteriaOperator that will be used by the FullTextSearch Action, to filter the current List View.
CustomGetFilters Occurs when the FilterController is activated. Allows you to specify the Application Model‘s Views | <ListView> | Filters node, containing the filter definitions to be used by the FilterController‘s SetFilter Action for the currently processed List View.
CustomGetFullTextSearchProperties Occurs when the FullTextSearch Action is executed. Allows you to specify the properties over which the search is performed.
CustomizeSetFilterActionToolTip
Deactivated Occurs after a Controller has been deactivated. Inherited from Controller.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FrameAssigned Occurs after a Frame (Window) has been assigned to a Controller. Inherited from Controller.
SetFilterActionRefreshed Occurs after the Application Model’s Filters node settings (the list of filters and the selected filter item) are applied to the FilterController.SetFilterAction and before the current filter is applied to the List View’s collection source.
ViewControlsCreated Occurs after the controls have been created for the current Controller’s ViewController.View if the Controller has already been activated. Inherited from ViewController.
ViewControlsDestroying For internal use only. Inherited from ViewController.
See Also