ModifierMouseArgs
StockSharp.Xaml.Charting.ChartModifiers
Defines a cross-platform Mouse event args, used by IChartModifier derived types to process mouse events
Наследует: ModifierEventArgsBase
Конструкторы
ModifierMouseArgs()
Initializes a new instance of the ModifierMouseArgs class.
ModifierMouseArgs(Point, MouseButtons, MouseModifier, bool, IReceiveMouseEvents)
Initializes a new instance of the ModifierMouseArgs class.
- mousePoint
- The mouse point that this event occurred at relative to the RootGrid.
- mouseButtons
- The mouse buttons clicked.
- modifier
- The modifier key pressed.
- isMaster
- If True, then this mouse event occurred on a master ChartModifierBase. Used to process which modifier was the source of an event when multiple modifiers are linked
- master
- The instance of the master ChartModifierBase which sourced the event. Default value is null
ModifierMouseArgs(Point, MouseButtons, MouseModifier, int, bool, IReceiveMouseEvents)
Initializes a new instance of the ModifierMouseArgs class.
- mousePoint
- The mouse point that this event occurred at relative to the RootGrid.
- mouseButtons
- The mouse buttons clicked.
- modifier
- The modifier key pressed.
- wheelDelta
- The mouse wheel delta.
- isMaster
- If True, then this mouse event occurred on a master ChartModifierBase. Used to process which modifier was the source of an event when multiple modifiers are linked
- master
- The instance of the master ChartModifierBase which sourced the event. Default value is null
Свойства
Modifier : MouseModifier
Gets or sets the Modifier Key that was pressed at the time of the event
MouseButtons : MouseButtons
Gets or sets the MouseButtons that were pressed at the time of the event
MousePoint : Point
Gets or sets the mouse point that this event occurred at