VAGSuite.MapViewerEx.CastGraphSelectionChangedEvent C# (CSharp) Method

CastGraphSelectionChangedEvent() private method

private CastGraphSelectionChangedEvent ( ) : void
return void
        private void CastGraphSelectionChangedEvent()
        {
            if (onGraphSelectionChanged != null)
            {
                onGraphSelectionChanged(this, new GraphSelectionChangedEventArgs(xtraTabControl1.SelectedTabPageIndex, m_map_name));
            }
        }
MapViewerEx