4 references to SelectionChangeEventArgs
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
625SelectionChanged(this, new SelectionChangeEventArgs(previousSelection, this.selectedItem)); 980this.SelectionChanged(this, new SelectionChangeEventArgs(previousItem, this.selectedItem)); 1663: base(previousItem, currentItem) 2486SelectionChanged(this, new SelectionChangeEventArgs(previousSelection, this.activeItem));