ListBox.OnChangeUICues(UICuesEventArgs) 方法
定义
引发 ChangeUICues 事件。Raises the ChangeUICues event.
protected:
override void OnChangeUICues(System::Windows::Forms::UICuesEventArgs ^ e);
protected override void OnChangeUICues (System.Windows.Forms.UICuesEventArgs e);
override this.OnChangeUICues : System.Windows.Forms.UICuesEventArgs -> unit
Protected Overrides Sub OnChangeUICues (e As UICuesEventArgs)
参数
包含事件数据的 UICuesEventArgs。A UICuesEventArgs that contains the event data.