3 references to EVENT_SBDRAWITEM
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusBar.cs (3)
525
Events.AddHandler(
EVENT_SBDRAWITEM
, value);
528
Events.RemoveHandler(
EVENT_SBDRAWITEM
, value);
949
StatusBarDrawItemEventHandler handler = (StatusBarDrawItemEventHandler)Events[
EVENT_SBDRAWITEM
];