Table of Contents

Class LocatorBoxRowEventArgs

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Event arguments for locator row selection.

public class LocatorBoxRowEventArgs : EventArgs
Inheritance
LocatorBoxRowEventArgs
Inherited Members
Extension Methods

Constructors

LocatorBoxRowEventArgs(DataRow)

Constructor.

public LocatorBoxRowEventArgs(DataRow Row)

Parameters

Row DataRow

The selected source row.

Properties

Row

The selected source row.

public DataRow Row { get; }

Property Value

DataRow