3 references to EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6160
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED
, value);
6164
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
14929
DataGridViewColumnEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED
] as DataGridViewColumnEventHandler;