GoXam for WPF v3
SelectionUngrouped Event
Northwoods.GoXam Namespace > Diagram Class : SelectionUngrouped Event
This event is raised by Ungroup.
Syntax
[Category("Diagram")]
public event EventHandler<DiagramEventArgs> SelectionUngrouped
Event Data

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

PropertyDescription
Gets or sets the specific FrameworkElement that was acted upon and that is the subject of the event.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets or sets the Part that was acted upon and that is the subject of the event.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Remarks
The SelectedParts collection holds the Parts that used to be members of the group that was removed. If the removed group had been a member of another group beforehand, the selected members will become members of that other group.
See Also