3 references to SelectionChanged
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
243this.rightsTable.SelectionChanged += new System.EventHandler(this.rightsTable_SelectionChanged);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
3442_dataGridView.SelectionChanged += handler; 3447_dataGridView.SelectionChanged -= handler;