Nevron .NET Vision
Nevron.Chart Namespace / INEventHandler Interface
Methods

In This Topic
    INEventHandler Interface Members
    In This Topic

    The following tables list the members exposed by INEventHandler.

    Public Methods
     NameDescription
     MethodHandles the key down event (Inherited from Nevron.Chart.INKeyboardEventHandler)
     MethodHandles the key press event (Inherited from Nevron.Chart.INKeyboardEventHandler)
     MethodHandles the key up event (Inherited from Nevron.Chart.INKeyboardEventHandler)
     MethodCalled when a mouse button is down in the element (Inherited from Nevron.Chart.INMouseEventHandler)
     MethodCalled when the mouse entered the element (Inherited from Nevron.Chart.INMouseEventHandler)
     MethodCalled when the mouse hovers in the element (Inherited from Nevron.Chart.INMouseEventHandler)
     MethodCalled when the mouse leaves the element (Inherited from Nevron.Chart.INMouseEventHandler)
     MethodCalled when the mouse moves in the element (Inherited from Nevron.Chart.INMouseEventHandler)
     MethodCalled when a mouse button is up in the element (Inherited from Nevron.Chart.INMouseEventHandler)
     MethodCalled when a mouse wheel was moved in the element (Inherited from Nevron.Chart.INMouseEventHandler)
    Top
    See Also