ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.OnSelectionChanged C# (CSharp) 메소드

OnSelectionChanged() 보호된 메소드

Raises the SelectionChanged event.
protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void
        protected virtual void OnSelectionChanged(EventArgs e)
        {
            if (SelectionChanged != null)
                SelectionChanged(this, e);
        }