1 instantiation of UICuesEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12237OnChangeUICues(new UICuesEventArgs(UIcues));
3 references to UICuesEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
8081protected virtual void OnChangeUICues(UICuesEventArgs e)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1693protected override void OnChangeUICues(UICuesEventArgs e)
System\Windows\Forms\UICuesEventHandler.cs (1)
9public delegate void UICuesEventHandler(object? sender, UICuesEventArgs e);