Search
RowEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of table row-related events, such as TableSectionCollapsed and TableSectionExpanded.

The following tables list the members exposed by the RowEventArgs type.

 Public Constructors

  Name Description

RowEventArgs

Initializes a new instance of the RowEventArgs class.

 Public Properties

  Name Description

RowIndex

Gets the index of the table row for which the event has been raised.

Table

Get the table for which the event has been raised.

 See Also