3 references to EVENT_BALLOONTIPSHOWN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
209
Events.AddHandler(
EVENT_BALLOONTIPSHOWN
, value);
212
Events.RemoveHandler(
EVENT_BALLOONTIPSHOWN
, value);
525
EventHandler handler = (EventHandler)Events[
EVENT_BALLOONTIPSHOWN
];