ListBox.OnChangeUICues(UICuesEventArgs) Method

Definition

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)

Parameters

e
UICuesEventArgs

A UICuesEventArgs that contains the event data.

Applies to