Northwoods.GoSilverlight 1.2.2 Assembly
SelectionChanged Event
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : SelectionChanged Event

This event is raised by Diagram.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Diagram")>
Public Event SelectionChanged As SelectionChangedEventHandler
C# 
[CategoryAttribute("Diagram")]
public event SelectionChangedEventHandler SelectionChanged

Event Data

The event handler receives an argument of type SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
AddedItems  
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
RemovedItems  

Requirements

See Also

© 2010 All Rights Reserved.