3 references to SelectionChanged
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
243
this.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;