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