9 references to Events
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridCaption.cs (9)
308Events.AddHandler(EVENT_BACKWARDCLICKED, value); 311Events.RemoveHandler(EVENT_BACKWARDCLICKED, value); 321Events.AddHandler(EVENT_CAPTIONCLICKED, value); 324Events.RemoveHandler(EVENT_CAPTIONCLICKED, value); 330Events.AddHandler(EVENT_DOWNCLICKED, value); 333Events.RemoveHandler(EVENT_DOWNCLICKED, value); 365EventHandler handler = (EventHandler)Events[EVENT_BACKWARDCLICKED]; 371EventHandler handler = (EventHandler)Events[EVENT_CAPTIONCLICKED]; 377EventHandler handler = (EventHandler)Events[EVENT_DOWNCLICKED];