3 references to EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5769
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED
, value);
5773
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13408
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED
] as DataGridViewCellEventHandler;