Esempio n. 1
0
 /// <summary>
 /// Raises a selection event on a component in the canvas item. The event is passed
 /// up to the parent canvas so it can keep track of which items have selection.
 /// </summary>
 public void RaiseSelection()
 {
     _view.HandleSelection(this);
 }