Map Indicator Event Args Constructor
Constructor
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
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 MapIndicatorEventArgs(
int columnIndex,
int rowIndex,
Object? value,
IList<bool> states
)VB
Public Sub New (
columnIndex As Integer,
rowIndex As Integer,
value As Object,
states As IList(Of Boolean)
)C++
public:
MapIndicatorEventArgs(
int columnIndex,
int rowIndex,
Object^ value,
IList<bool>^ states
)F#
new :
columnIndex : int *
rowIndex : int *
value : Object *
states : IList<bool> -> MapIndicatorEventArgs