1 instantiation of UICuesEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
14062
OnChangeUICues(new
UICuesEventArgs
(UIcues));
3 references to UICuesEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
9508
protected virtual void OnChangeUICues(
UICuesEventArgs
e) {
winforms\Managed\System\WinForms\ListBox.cs (1)
1726
protected override void OnChangeUICues(
UICuesEventArgs
e) {
winforms\Managed\System\WinForms\UICuesEventHandler.cs (1)
16
public delegate void UICuesEventHandler(object sender,
UICuesEventArgs
e);