3 references to EVENT_MOUSEDOUBLECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
402
Events.AddHandler(
EVENT_MOUSEDOUBLECLICK
, value);
405
Events.RemoveHandler(
EVENT_MOUSEDOUBLECLICK
, value);
576
MouseEventHandler handler = (MouseEventHandler) Events[
EVENT_MOUSEDOUBLECLICK
];