Data List Event Args Constructor
Constructor
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public DataListEventArgs(
int idx,
TemplateControl? templateItem
)VB
Public Sub New (
idx As Integer,
templateItem As TemplateControl
)C++
public:
DataListEventArgs(
int idx,
TemplateControl^ templateItem
)F#
new :
idx : int *
templateItem : TemplateControl -> DataListEventArgsParameters
- idx Int32
- The row index of the template item
- templateItem TemplateControl
- The item related to the event