ITabBeforeExpanderChangedEventArgs

Assembly: Tab;

Description

The ITabBeforeExpanderChangedEventArgs interface contains properties of argument of the event that occurs before toggling expander in a table cell.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabCellEventArgs

          ITabExpanderChangedEventArgs

          ITabBeforeExpanderChangedEventArgs

Comments

This argument is used to handle the following events:

Properties

  Property name Brief description
Cancel The Cancel property determines whether expander can be toggled.

Properties inherited from ITabExpanderChangedEventArgs

  Property name Brief description
State The State property returns expander state to be set.

Properties inherited from ITabCellEventArgs

  Property name Brief description
Column The Column property returns the number of the column, in which the table cell is located.
Row The Row property returns the number of the row, in which the table cell is located.

Properties inherited from ITabSheetEventArgs

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

See also:

Tab Assembly Interfaces