3 references to s_columnSortModeChangedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4545add => Events.AddHandler(s_columnSortModeChangedEvent, value); 4546remove => Events.RemoveHandler(s_columnSortModeChangedEvent, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14715GetEvent<DataGridViewColumnEventHandler>(s_columnSortModeChangedEvent)?.Invoke(this, e);