Intersoft ClientUI Documentation
HybridDelegateCommand Class
Members 



Defines a command that implements ICommand which passes CanExecute and Executed as delegated method, and also provides basic UI data such as Text, Image and NoExecuteBehavior which can be used as binding source in the View. The DelegateCommand is commonly used in M-V-VM pattern application development.
Object Model
HybridDelegateCommand ClassInputGestureCollection ClassInputGesture Class
Syntax
Public Class HybridDelegateCommand 
   Inherits HybridRoutedCommand
   Implements IHybridCommand 
Dim instance As HybridDelegateCommand
public class HybridDelegateCommand : HybridRoutedCommand, IHybridCommand  
public ref class HybridDelegateCommand : public HybridRoutedCommand, IHybridCommand  
Remarks

HybridDelegateCommand is the counterpart of the hybrid command that particularly designed to support MVVM pattern development. Consequently, the HybridDelegateCommand exposes both the hybrid command and the delegate command characteristics.

To learn how to use hybrid command, see HybridRoutedCommand Class. To learn how to use delegate command, see DelegateCommand Class.

For more information about hybrid commands, see Hybrid Commands.

Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.Input.RoutedCommand
      Intersoft.Client.Framework.Input.RoutedUICommand
         Intersoft.Client.Framework.Input.HybridRoutedCommand
            Intersoft.Client.Framework.Input.HybridDelegateCommand

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HybridDelegateCommand Members
Intersoft.Client.Framework.Input Namespace

Send Feedback