This class is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
public abstract class UserInputController : BaseScriptControl, IUserInputController
When you create a custom navigator or rubberband, you can inherit your class from this one, and override its protected members. Note, this class is an abstract one, you cannot instantiate it directly.