VAGSuite.MapViewerEx.CastGraphSelectionChangedEvent C# (CSharp) 메소드

CastGraphSelectionChangedEvent() 개인적인 메소드

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