Used to override the creation of filter values for column filters
Event Arguments:
form: pf.Form
args: pf.IListBoxCreateColumnFilterArgs
where pf.IListBoxCreateColumnFilterArgs:
export interface IListBoxCreateColumnFilterArgs {
Sender: any;
Column: string;}