MapIndicatorEventArgs Constructor
Constructor
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public MapIndicatorEventArgs(
int columnIndex,
int rowIndex,
Object value,
IList<bool> states
)
Public Sub New (
columnIndex As Integer,
rowIndex As Integer,
value As Object,
states As IList(Of Boolean)
)
public:
MapIndicatorEventArgs(
int columnIndex,
int rowIndex,
Object^ value,
IList<bool>^ states
)
new :
columnIndex : int *
rowIndex : int *
value : Object *
states : IList<bool> -> MapIndicatorEventArgs
Parameters
- columnIndex Int32
- The column in which the event occurred
- rowIndex Int32
- The row in which the event occurred
- value Object
- The cell value
- states IListBoolean
- An enumerable list of the image index states