IEditState Interface | ![]() |
Namespace: Telogis.GeoBase.ShapeUI.State
The IEditState type exposes the following members.
Name | Description | |
---|---|---|
![]() | Selection |
The currently selected entity.
(Inherited from ISelectState.) |
Name | Description | |
---|---|---|
![]() | Apply |
Applies any changes made while in this state.
(Inherited from IState.) |
![]() | Begin |
Called when the layer enters this state.
(Inherited from IState.) |
![]() | End |
Called when the layer exits this state.
(Inherited from IState.) |
![]() | OnMouseClick |
Mouse-click handler for this state.
(Inherited from IState.) |
![]() | OnMouseDown |
Mouse-down handler for this state.
(Inherited from IState.) |
![]() | OnMouseLeave |
Mouse-leave handler for this state.
(Inherited from IState.) |
![]() | OnMouseMove |
Mouse-move handler for this state.
(Inherited from IState.) |
![]() | OnMouseUp |
Mouse-up handler for this state.
(Inherited from IState.) |
![]() | Render |
Called to render this state.
(Inherited from IState.) |