OrderElementMoveEventArgs Class

An object that provides information about the event triggered when an order element is moved.  The event fires when the mouse button is released after dragging the element to a new location.

Namespace: charting

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Cancel bool True to cancel the pending display of the order element, otherwise False to allow the element to display.
Public property CurrentPrice double Gets the value corresponding to the price of the order element when it was clicked
Public property Element object Gets the OrderID of associated with the selected order element.  
Public property IsReadOnly bool Returns True is the order element is read-only.
Public property TargetPrice double Gets the value corresponding to the price that the order element has been dragged to.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

charting.OrderElementMovedEventArgs