Click or drag to resize

IState Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Interface that is implemented by all states.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IState

The IState type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies any changes made while in this state.
Public methodBegin
Called when the layer enters this state.
Public methodEnd
Called when the layer exits this state.
Public methodOnMouseClick
Mouse-click handler for this state.
Public methodOnMouseDown
Mouse-down handler for this state.
Public methodOnMouseLeave
Mouse-leave handler for this state.
Public methodOnMouseMove
Mouse-move handler for this state.
Public methodOnMouseUp
Mouse-up handler for this state.
Public methodRender
Called to render this state.
Top
See Also