2 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ColumnWidthChangingEventArgs.cs (1)
10public ColumnWidthChangingEventArgs(int columnIndex, int newWidth) : this(columnIndex, newWidth, false)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnWidthChangingEventArgsTests.cs (1)
15ColumnWidthChangingEventArgs e = new(columnIndex, newWidth, cancel);