DVXP TEdit.NET 3.0

TableEditor.RowSelected Event

Fired when a user clicks a 'select details' button

[Visual Basic]
Public Event RowSelected As RowSelectedEventHandler
[C#]
public event RowSelectedEventHandler RowSelected;

Event Data

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.

PropertyDescription
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)

See Also

TableEditor Class | DVXP.DXTableEditor Namespace