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