2 references to DataGridViewColumnStateChangedEventHandler
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4550
public event
DataGridViewColumnStateChangedEventHandler
? ColumnStateChanged
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14433
GetEvent<
DataGridViewColumnStateChangedEventHandler
>(s_columnStateChangedEvent)?.Invoke(this, e);