ComponentFactory.Krypton.Ribbon.ButtonSpecViewAppButton.OnFinishDelegate C# (CSharp) 메소드

OnFinishDelegate() 보호된 메소드

Processes the finish of the button being pressed.
protected OnFinishDelegate ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs An EventArgs that contains the event data.
리턴 void
        protected override void OnFinishDelegate(object sender, EventArgs e)
        {
            // Ask the button to remove the fixed pressed appearance
            _controller.RemoveFixed();
        }