ComponentFactory.Krypton.Docking.KryptonDockableNavigator.OnPageDropDownClicked C# (CSharp) 메소드

OnPageDropDownClicked() 보호된 메소드

Raises the PageDropDownClicked event.
protected OnPageDropDownClicked ( CancelDropDownEventArgs e ) : void
e CancelDropDownEventArgs An CancelDropDownEventArgs containing the event data.
리턴 void
        protected virtual void OnPageDropDownClicked(CancelDropDownEventArgs e)
        {
            if (PageDropDownClicked != null)
                PageDropDownClicked(this, e);
        }