Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : WpfCommand Class |
For a list of all members of this type, see WpfCommand members.
Name | Description | |
---|---|---|
![]() | CanExecute | Defines the method that determines whether the command can execute in its current state. |
![]() | Execute | Defines the method to be called when the command is invoked. |
![]() | RaiseCanExecuteChanged |
Name | Description | |
---|---|---|
![]() | OnCanExecuteChecking | Fires the CanExecuteChecking event. If not assigned, a value of true is returned. |
![]() | OnExecuted | Fires the Executed event. |
Name | Description | |
---|---|---|
![]() | GetImage | Overloaded. Gets the image. |
![]() | IfNotNull<T,U> |