VAGSuite.MapViewerEx.CellSelectionChangedEventArgs.CellSelectionChangedEventArgs C# (CSharp) Méthode

CellSelectionChangedEventArgs() public méthode

public CellSelectionChangedEventArgs ( int rowhandle, int colindex, string mapname ) : System
rowhandle int
colindex int
mapname string
Résultat System
            public CellSelectionChangedEventArgs(int rowhandle, int colindex, string mapname)
            {
                this._rowhandle = rowhandle;
                this._colindex = colindex;
                this._mapname = mapname;
            }
MapViewerEx.CellSelectionChangedEventArgs