VAGSuite.MapViewerEx.GraphSelectionChangedEventArgs.GraphSelectionChangedEventArgs C# (CSharp) Method

GraphSelectionChangedEventArgs() public method

public GraphSelectionChangedEventArgs ( int tabpageindex, string mapname ) : System
tabpageindex int
mapname string
return System
            public GraphSelectionChangedEventArgs(int tabpageindex, string mapname)
            {
                this._tabpageindex = tabpageindex;
                this._mapname = mapname;
            }
MapViewerEx.GraphSelectionChangedEventArgs