SciChart.Core Assembly > SciChart.Core.Utility.Mouse Namespace > ModifierMouseArgs Class > ModifierMouseArgs Constructor : ModifierMouseArgs Constructor(Point,MouseButtons,MouseModifier,Int32,Boolean,IReceiveMouseEvents)
The mouse point that this event occurred at relative to the chart root grid.
The mouse buttons clicked.
The modifier key pressed.
The mouse wheel delta.
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
The instance of the master ChartModifierBase which sourced the event. Default value is null
ModifierMouseArgs Constructor(Point,MouseButtons,MouseModifier,Int32,Boolean,IReceiveMouseEvents)
Initializes a new instance of the ModifierMouseArgs class.
Syntax

Parameters

mousePoint
The mouse point that this event occurred at relative to the chart root grid.
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also