A Sandcastle Documented Class Library
MainWindowButtonAddPoint_Click Method |
Tries to parse entered coordinates and add result to output TextBlock
Namespace: WpfUI
Assembly: WpfUI (in WpfUI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void ButtonAddPoint_Click( Object sender, RoutedEventArgs e )
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:WpfUI.MainWindow.ButtonAddPoint_Click(System.Object,System.Windows.RoutedEventArgs)"]
- e
- Type: System.WindowsRoutedEventArgs
[Missing <param name="e"/> documentation for "M:WpfUI.MainWindow.ButtonAddPoint_Click(System.Object,System.Windows.RoutedEventArgs)"]
Remarks
[Missing <remarks> documentation for "M:WpfUI.MainWindow.ButtonAddPoint_Click(System.Object,System.Windows.RoutedEventArgs)"]
See Also