Version 24.2 (latest)

ExecuteCommandInfo Class Properties

For a list of all members of this type, see ExecuteCommandInfo members.

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