BetterExplorer.UndoCloseGalleryItem.OnClick C# (CSharp) Method

OnClick() protected method

protected OnClick ( NavigationLogEventArgs e ) : void
e NavigationLogEventArgs
return void
        protected virtual void OnClick(NavigationLogEventArgs e) => Click?.Invoke(this, e);
        private void UserControl_MouseUp(object sender, MouseButtonEventArgs e) => OnClick(new NavigationLogEventArgs(nav));