Intersoft.Client.Framework.Input Namespace : CommandManager Class |
The following tables list the members exposed by CommandManager.
Name | Description | |
---|---|---|
CanExecuteEvent | Identifies the CanExecute routed event. | |
CommandBindingsProperty | Identifies the CanExecute attached property. | |
ExecutedEvent | Identifies the Executed routed event. | |
InputBindingsProperty | Identifies the InputBindings attached property. | |
PreviewCanExecuteEvent | Identifies the PreviewCanExecute routed event. | |
PreviewExecutedEvent | Identifies the PreviewExecutedEvent routed event. |
Name | Description | |
---|---|---|
Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
AddCanExecuteHandler | Attaches the specified CanExecuteRoutedEventHandler to the specified element. | |
AddExecutedHandler | Attaches the specified ExecutedRoutedEventHandler to the specified element. | |
AddPreviewCanExecuteHandler | Attaches the specified CanExecuteRoutedEventHandler to the specified element. | |
AddPreviewExecutedHandler | Attaches the specified ExecutedRoutedEventHandler to the specified element. | |
ClearValue | Clears the local value of a dependency property. (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | Returns 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) | |
GetCommandBindings | Gets the value of the CommandBindings attached property for an object. | |
GetInputBindings | Gets the value of the InputBindings attached property for an object. | |
GetValue | Returns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateRequerySuggested | Forces the CommandManager to raise the RequerySuggested event. | |
ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject) | |
RegisterClassCommandBinding | Registers a CommandBinding with the specified type. | |
RegisterClassInputBinding | Registers the specified InputBinding with the specified type. | |
RemoveCanExecuteHandler | Detaches the specified CanExecuteRoutedEventHandler from the specified element. | |
RemoveExecutedHandler | Detaches the specified ExecutedRoutedEventHandler from the specified element. | |
RemovePreviewCanExecuteHandler | Detaches the specified CanExecuteRoutedEventHandler from the specified element. | |
RemovePreviewExecutedHandler | Detaches the specified ExecutedRoutedEventHandler from the specified element. | |
SetCommandBindings | Sets the value of the CommandBindings attached property for an object. | |
SetInputBindings | Sets the value of the InputBindings attached property for an object. | |
SetValue | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
RequerySuggested | Occurs when the CommandManager detects conditions that might change the ability of a command to execute. |