Name | Description | |
---|---|---|
![]() | NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |
![]() | OnActivateAsync | Called to inform the Tool it has been activated or deactivated. |
![]() | OnActivePaneChanged | Called on the active tool when a pane change occurrs to see if the tool wants to remain active. |
![]() | OnClick | Called when the Button is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.Button) |
![]() | OnDoubleClick | Occurs when a mouse button is clicked on a Pane two or more times. |
![]() | OnKeyDown | Occurs when a key is pressed and the tool is active. |
![]() | OnKeyUp | Occurs when a key is released and the tool is active. |
![]() | OnMouseDown | Occurs when a mouse button is pressed on a Pane and the tool is active. |
![]() | OnMouseMove | Occurs when the mouse pointer moves over a Pane and the tool is active. |
![]() | OnMouseUp | Occurs when any mouse button is released over a Pane. |
![]() | OnPaneActivateAsync | Called to inform the Tool a Pane referencing it as the active tool is activating or deactivating. |
![]() | OnPointerDown | Occurs when a pointer is pressed on a Pane and the tool is active. |
![]() | OnPointerUp | Occurs when a pointer is released over a Pane. |
![]() | OnTouch | Occurs when a touch event occurs over a Pane. |
![]() | OnUpdate | Called periodically by the framework once the tool has been created. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn) |
![]() | SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |
![]() | UpdateCursor | Occurs when a cursor is set on this tool. |