ComponentFactory.Krypton.Ribbon.GroupCheckBoxController.OnContextClick C# (CSharp) Méthode

OnContextClick() protected méthode

Raises the Click event.
protected OnContextClick ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs containing the event data.
Résultat void
        protected virtual void OnContextClick(MouseEventArgs e)
        {
            if (ContextClick != null)
                ContextClick(this, e);
        }