VAGSuite.MapViewerEx.CellSelectionChangedEventArgs.CellSelectionChangedEventArgs C# (CSharp) Метод

CellSelectionChangedEventArgs() публичный Метод

public CellSelectionChangedEventArgs ( int rowhandle, int colindex, string mapname ) : System
rowhandle int
colindex int
mapname string
Результат System
            public CellSelectionChangedEventArgs(int rowhandle, int colindex, string mapname)
            {
                this._rowhandle = rowhandle;
                this._colindex = colindex;
                this._mapname = mapname;
            }
MapViewerEx.CellSelectionChangedEventArgs