Méthode | Description | |
---|---|---|
HandleMouseDownAsync ( MapViewMouseButtonEventArgs e ) : System.Threading.Tasks.Task |
Called when the OnToolMouseDown event is handled. Allows the opportunity to perform asynchronous operations corresponding to the event.
|
|
OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task | ||
OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void |
protected HandleMouseDownAsync ( MapViewMouseButtonEventArgs e ) : System.Threading.Tasks.Task | ||
e | MapViewMouseButtonEventArgs | |
Résultat | System.Threading.Tasks.Task |
protected OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task | ||
active | bool | |
Résultat | System.Threading.Tasks.Task |
protected OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void | ||
e | MapViewMouseButtonEventArgs | |
Résultat | void |