コード例 #1
0
 public void RefreshShownValue()
 {
     if (OptionsCount > 0)
     {
         UpdateDropdownCaption?.Invoke(Value, CaptionArea);
     }
 }
コード例 #2
0
        void Refresh()
        {
            if (OptionCount == 0)
            {
                return;
            }

            UpdateDropdownCaption?.Invoke(Value, CaptionArea);
        }