FastColoredTextBoxNS.AutocompleteMenu.OnSelected C# (CSharp) Method

OnSelected() public method

public OnSelected ( SelectedEventArgs args ) : void
args SelectedEventArgs
return void
        public void OnSelected(SelectedEventArgs args)
        {
            if (Selected != null)
                Selected(this, args);
        }