1 override of OnCursorChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14596
protected override void
OnCursorChanged
(EventArgs e)
5 references to OnCursorChanged
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
1577
OnCursorChanged
(EventArgs.Empty);
3067
OnCursorChanged
(EventArgs.Empty);
7004
OnCursorChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14598
base.
OnCursorChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1264
public new void OnCursorChanged(EventArgs e) => base.
OnCursorChanged
(e);