3 references to EVENT_PANELCLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusBar.cs (3)
541
Events.AddHandler(
EVENT_PANELCLICK
, value);
544
Events.RemoveHandler(
EVENT_PANELCLICK
, value);
763
StatusBarPanelClickEventHandler handler = (StatusBarPanelClickEventHandler)Events[
EVENT_PANELCLICK
];