2 instantiations of StatusBarPanelClickEventArgs
System.Windows.Forms.Tests (1)
System\Windows\Forms\UnsupportedTypesTests.cs (1)
55() => new StatusBarPanelClickEventArgs(statusBarPanel: null!, MouseButtons.Left, clicks: 1, x: 1, y: 1),
UnsupportedTypes (1)
CreateFrameworkTypes.cs (1)
414OnPanelClick(new StatusBarPanelClickEventArgs(panel, MouseButtons.Middle, clicks: 1, x: 2, y: 3));
2 references to StatusBarPanelClickEventArgs
System.Windows.Forms (2)
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
178protected virtual void OnPanelClick(StatusBarPanelClickEventArgs e) { }
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelClickEventHandler.cs (1)
20public delegate void StatusBarPanelClickEventHandler(object sender, StatusBarPanelClickEventArgs e);