LanerResultsBoxChartChangedEventArgs

Assembly: Express;

Description

The LanerresultsBoxChartChangedEventArgs class is used to work with arguments of the events that occur with express report chart in the LanerResultsBox component.

Comments

To work with the LanerResultsBox development environment component, use properties and methods of the ILanerResultsBox interface.

Events inherited from IControl

   Event name Brief description
OnBeginDrag

The OnBeginDrag event occurs for the component when the user starts to drag an object from the component.
OnClick

The OnClick event occurs if the user clicks the component area.
OnControlMove

The OnControlMove event occurs when a component is moved.
OnControlResize

The OnControlResize event occurs when a component is resized.
OnDblClick

The OnDblClick event occurs if the user double-clicks the component area.
OnDragDrop

The OnDragDrop event occurs for the component, if the user drops the dragged object over it.
OnDragEnter

The OnDragEnter event occurs when a dragged object crosses the borders of this component.
OnDragLeave

The OnDragLeave event occurs when a dragged object leaves the borders of this component.
OnDragOver

The OnDragOver event occurs for the component when the user drags an object over it.
OnEnter

The OnEnter event occurs when the component is focused.
OnExit

The OnExit event occurs when the component loses focus.
OnHScroll

The OnHScroll event occurs when the horizontal scrollbar slider changes its position.
OnKeyDown

The OnKeyDown event occurs if the component is focused and the keyboard key is pressed.
OnKeyPress

The OnKeyPress event occurs if a component is focused when the user presses a character key.
OnKeyPreview

The OnKeyPreview event occurs prior to each event related to key pressing.
OnKeyUp

The OnKeyUp event occurs if the component is focused and the user releases any button previously pressed.
OnMouseDown

The OnMouseDown event occurs when the cursor is in the component area and a mouse button is pressed.
OnMouseEnter

The OnMouseEnter event occurs when mouse cursor enters the component area.
OnMouseHover

The OnMouseHover event occurs when mouse cursor hovers over the component area.
OnMouseLeave

The OnMouseLeave event occurs when mouse cursor leaves the component area.
OnMouseMove

The OnMouseMove event occurs when the cursor is moved over the component.
OnMouseUp

The OnMouseUp event occurs when the mouse button is released and the cursor is in the component area.
OnMouseWheel

The OnMouseWheel event occurs if the component is focused on scrolling the mouse wheel.
OnVScroll

The OnVScroll event occurs when the vertical scrollbar slider changes its position.

See also:

Express Assembly Classes