ComponentFactory.Krypton.Toolkit.KryptonContextMenuMonthCalendar.OnSelectionStartChanged C# (CSharp) 메소드

OnSelectionStartChanged() 보호된 메소드

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