Intersoft ClientUI Documentation
CommandManager Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by CommandManager.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CanExecuteEventIdentifies the CanExecute routed event.  
Public Fieldstatic (Shared in Visual Basic)CommandBindingsPropertyIdentifies the CanExecute attached property.  
Public Fieldstatic (Shared in Visual Basic)ExecutedEventIdentifies the Executed routed event.  
Public Fieldstatic (Shared in Visual Basic)InputBindingsPropertyIdentifies the InputBindings attached property.  
Public Fieldstatic (Shared in Visual Basic)PreviewCanExecuteEventIdentifies the PreviewCanExecute routed event.  
Public Fieldstatic (Shared in Visual Basic)PreviewExecutedEventIdentifies the PreviewExecutedEvent routed event.  
Top
Public Properties
 NameDescription
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject)
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AddCanExecuteHandlerAttaches the specified CanExecuteRoutedEventHandler to the specified element.  
Public Methodstatic (Shared in Visual Basic)AddExecutedHandlerAttaches the specified ExecutedRoutedEventHandler to the specified element.  
Public Methodstatic (Shared in Visual Basic)AddPreviewCanExecuteHandlerAttaches the specified CanExecuteRoutedEventHandler to the specified element.  
Public Methodstatic (Shared in Visual Basic)AddPreviewExecutedHandlerAttaches the specified ExecutedRoutedEventHandler to the specified element.  
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodGetAnimationBaseValueReturns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetCommandBindingsGets the value of the CommandBindings attached property for an object.  
Public Methodstatic (Shared in Visual Basic)GetInputBindingsGets the value of the InputBindings attached property for an object.  
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)InvalidateRequerySuggestedForces the CommandManager to raise the RequerySuggested event.  
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)RegisterClassCommandBindingRegisters a CommandBinding with the specified type.  
Public Methodstatic (Shared in Visual Basic)RegisterClassInputBindingRegisters the specified InputBinding with the specified type.  
Public Methodstatic (Shared in Visual Basic)RemoveCanExecuteHandlerDetaches the specified CanExecuteRoutedEventHandler from the specified element.  
Public Methodstatic (Shared in Visual Basic)RemoveExecutedHandlerDetaches the specified ExecutedRoutedEventHandler from the specified element.  
Public Methodstatic (Shared in Visual Basic)RemovePreviewCanExecuteHandlerDetaches the specified CanExecuteRoutedEventHandler from the specified element.  
Public Methodstatic (Shared in Visual Basic)RemovePreviewExecutedHandlerDetaches the specified ExecutedRoutedEventHandler from the specified element.  
Public Methodstatic (Shared in Visual Basic)SetCommandBindingsSets the value of the CommandBindings attached property for an object.  
Public Methodstatic (Shared in Visual Basic)SetInputBindingsSets the value of the InputBindings attached property for an object.  
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top
Public Events
 NameDescription
Public EventRequerySuggestedOccurs when the CommandManager detects conditions that might change the ability of a command to execute.  
Top
See Also

Reference

CommandManager Class
Intersoft.Client.Framework.Input Namespace

Send Feedback