GoXam for WPF v3
TextEdited Event
Northwoods.GoXam Namespace > Diagram Class : TextEdited Event
This event is raised by Northwoods.GoXam.Tool.TextEditingTool.
Syntax
[Category("Diagram")]
public event EventHandler<DiagramEventArgs> TextEdited
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 Part will be the Part holding the TextBlock that was edited. The DiagramEventArgs.Element will be the TextBlock that was edited.
See Also