Version

ExecuteCommandInfo Class Members

The following tables list the members exposed by ExecuteCommandInfo.

Public Constructors
 NameDescription
Public ConstructorExecuteCommandInfo ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCommandReturns the associated command  
Public PropertyContinueRoutingReturns/sets whether to continue routing the original input event that triggered the command.  
Public PropertyForceHandledReturns/sets whether the command event should be marked as handled even if the command cannot be executed.  
Public PropertyOriginalSourceReturns the object that initiated the command related event or null if one was not available.  
Public PropertyParameterReturns the parameter for the command or null if there is no parameter.  
Public PropertyRoutedCommandReturns the Command as a RoutedCommand  
See Also