C# Class CoordinateConversionLibrary.Views.OutputCoordinateView

Interaction logic for OutputCoordinateView.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: Esri/coordinate-conversion-addin-dotnet Class Usage Examples

Public Properties

Property Type Description
DraggedItemProperty System.Windows.DependencyProperty

Public Methods

Method Description
OutputCoordinateView ( ) : System.Windows

Private Methods

Method Description
OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Initiates a drag action if the grid is not in edit mode.

OnMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Completes a drag/drop operation.

OnMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Updates the popup's position in case of a drag/drop operation.

ResetDragDrop ( ) : void

Closes the popup and resets the grid to read-enabled mode.

ocView_Loaded ( object sender, RoutedEventArgs e ) : void
ocView_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

OutputCoordinateView() public method

public OutputCoordinateView ( ) : System.Windows
return System.Windows

Property Details

DraggedItemProperty public_oe static_oe property

DraggedItem Dependency Property
public static DependencyProperty,System.Windows DraggedItemProperty
return System.Windows.DependencyProperty