Fired when a user clicks a 'select details' button
The event handler receives an argument of type RowSelectedEventArgs containing data related to this event. The following RowSelectedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CommandName | The commandName of the selectButton (as specified in the config file) that caused the row to be selected |
| Row | The row that is selected |
| TableName | The name of the current table (as specified in the config file) |
TableEditor Class | DVXP.DXTableEditor Namespace