1 override of OnCursorChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14599
protected override void
OnCursorChanged
(EventArgs e)
5 references to OnCursorChanged
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (3)
1504
OnCursorChanged
(EventArgs.Empty);
2994
OnCursorChanged
(EventArgs.Empty);
6931
OnCursorChanged
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14601
base.
OnCursorChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1262
public new void OnCursorChanged(EventArgs e) => base.
OnCursorChanged
(e);