ComponentFactory.Krypton.Ribbon.ButtonSpecViewAppButton.OnFinishDelegate C# (CSharp) Method

OnFinishDelegate() protected method

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.
return void
        protected override void OnFinishDelegate(object sender, EventArgs e)
        {
            // Ask the button to remove the fixed pressed appearance
            _controller.RemoveFixed();
        }