1 override of OnCursorChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14585
protected override void
OnCursorChanged
(EventArgs e)
5 references to OnCursorChanged
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
1503
OnCursorChanged
(EventArgs.Empty);
2993
OnCursorChanged
(EventArgs.Empty);
6890
OnCursorChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14587
base.
OnCursorChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1262
public new void OnCursorChanged(EventArgs e) => base.
OnCursorChanged
(e);