Map Rating 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 MapRatingEventArgs(
int columnIndex,
int rowIndex,
Object? cellValue,
int ratingValue
)VB
Public Sub New (
columnIndex As Integer,
rowIndex As Integer,
cellValue As Object,
ratingValue As Integer
)C++
public:
MapRatingEventArgs(
int columnIndex,
int rowIndex,
Object^ cellValue,
int ratingValue
)F#
new :
columnIndex : int *
rowIndex : int *
cellValue : Object *
ratingValue : int -> MapRatingEventArgs