DVXP TEdit.NET 3.0
CreateEditControlEventArgs Constructor
Default constructor
[Visual Basic]
Public Sub New( _
ByVal
editControl
As
Control
, _
ByVal
row
As
DataRow
, _
ByVal
col
As
DataColumn
_
)
[C#]
public CreateEditControlEventArgs(
Control
editControl
,
DataRow
row
,
DataColumn
col
);
See Also
CreateEditControlEventArgs Class
|
DVXP.DXTableEditor Namespace