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