TabAutoFilterBaseEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabAutoFilterBaseEventArgs class implements argument of the events that occurs on changing autofilter settings in table of the LanerBox component.

Fore.NET Syntax

Class that is used to get analog of the TabAutoFilterBaseEventArgs class:

None;

Class that is used to get analog of the TabAutoFilterBaseEventArgs class object:

TabAutoFilterBaseEventArgsClass;

Constructors

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

Constructors Inherited from TabColumnBaseEventArgs

  Constructor name Brief description
CreateTabColumnArgs The CreateTabColumnArgs constructor creates event argument related to the specified table column.

Constructors Inherited from TabSheetBaseEventArgs

  Constructor name Brief description
CreateArgs The CreateArgs constructor creates event argument related to the component's table.

Class object properties inherited from ITabAutoFilterBaseEventArgs

  Property name Description
Action The Action property returns the type of the selected auto filtering condition.

Class object properties inherited from ITabColumnBaseEventArgs

  Property name Brief description
Column The Column property returns index of the column for which the event is generated.

Properties of Class Object Inherited from ITabSheetBaseEventArgs

  Property name Brief description
TabSheet The TabSheet property returns table of the component for which the event is generated.

See also:

Tab Assembly Classes