We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14742cc commit e70b545Copy full SHA for e70b545
snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.ListView3/CS/form1.cs
@@ -69,7 +69,7 @@ private void InitializeComponent()
69
}
70
71
//<snippet1>
72
- private void ListView1_BeforeLabelEdit(object sender,
+ private void ListView1_BeforeLabelEdit(object sender,
73
System.Windows.Forms.LabelEditEventArgs e)
74
{
75
// Allow all but the first two items of the list to
0 commit comments