Version

ExecuteCommandInfo Constructor(ICommand,Object,Object,Boolean)

Initializes a new ExecuteCommandInfo
Syntax
'Declaration
 
Public Function New( _
   ByVal command As ICommand, _
   ByVal commandParameter As Object, _
   ByVal originalSource As Object, _
   ByVal continueRouting As Boolean _
)
public ExecuteCommandInfo( 
   ICommand command,
   object commandParameter,
   object originalSource,
   bool continueRouting
)

Parameters

command
Associated command
commandParameter
The parameter for the command or null (Nothing in VB) if there is no parameter
originalSource
The object that is the source of the command event or null.
continueRouting
Indicates whether to continue routing the original input event that triggered the command.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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