BExplorer.Shell.ShellView.OnSelectionChanged C# (CSharp) Method

OnSelectionChanged() private method

private OnSelectionChanged ( ) : void
return void
    internal void OnSelectionChanged() => SelectionChanged?.Invoke(this, EventArgs.Empty);
ShellView