TabAutoFilterBaseEventArgs.Create

Fore Syntax

Create(TabSheet: ITabSheet; Column: Integer; Action: TabAutoFilterAction);

Fore.NET Syntax

Create(TabSheet: Prognoz.Platform.Interop.Tab.TabSheet; Column: Integer; Action: Prognoz.Platform.Interop.Tab.TabAutoFilterAction);

Parameters

TabSheet. The component table for which event is generated.

Column. Column index for which the event is generated.

Action. The type of selected autofilter condition for event.

Description

The Create constructor creates argument of the event with the specified autofilter condition.

See also:

TabAutoFilterBaseEventArgs