4 references to SelectionChanged
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
310this.itemStrip.SelectionChanged += value; 315this.itemStrip.SelectionChanged -= value; 624if (SelectionChanged != null) 625SelectionChanged(this, new SelectionChangeEventArgs(previousSelection, this.selectedItem));