if set to true the event came from a master chart surface, else it came from a slave.
The master chart instance.
ModifierKeyArgs Constructor(Boolean,IReceiveMouseEvents)
Initializes a new instance of the ModifierKeyArgs class.
Syntax
public ModifierKeyArgs( 
   bool isMaster,
   IReceiveMouseEvents master
)

Parameters

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