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