ComponentFactory.Krypton.Ribbon.GalleryItemController.OnClick C# (CSharp) Метод

OnClick() защищенный Метод

Raises the Click event.
protected OnClick ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs containing the event data.
Результат void
        protected virtual void OnClick(MouseEventArgs e)
        {
            if (Click != null)
                Click(_target, e);
        }