SciChart.Core Assembly > SciChart.Core.Utility.Mouse Namespace > ModifierKeyArgs Class > ModifierKeyArgs Constructor : ModifierKeyArgs Constructor(Key,MouseModifier,Boolean,IReceiveMouseEvents)
The key.
The modifier.
if set to true the event came from a master chart surface, else it came from a slave.
The master chart instance.
ModifierKeyArgs Constructor(Key,MouseModifier,Boolean,IReceiveMouseEvents)
Initializes a new instance of the ModifierKeyArgs class.
Syntax

Parameters

key
The key.
modifier
The modifier.
isMaster
if set to true the event came from a master chart surface, else it came from a slave.
master
The master chart instance.
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