4 references to GroupCollapsedStateChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4404
/// Fires the <see cref="
GroupCollapsedStateChanged
"/> event.
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (1)
807
listView.
GroupCollapsedStateChanged
+= (_, e) => eventGroupIndices.Add(e.GroupIndex);
System.Windows.Forms.UI.IntegrationTests (1)
ListViewTests.cs (1)
60
listView.
GroupCollapsedStateChanged
+= (sender, e) => collapsedStateChangedFired = true;
WinFormsControlsTest (1)
ListViewTest.cs (1)
172
listView1.
GroupCollapsedStateChanged
+= listView1_GroupCollapsedStateChanged;