ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DelegateCommand Class
Members



In This Topic
    C1DelegateCommand Class
    In This Topic
    Utility class that helps creating an System.Windows.Input.ICommand from the delegates execute and canExecute.
    Syntax
    'Declaration
     
    
    Public Class C1DelegateCommand 
    'Usage
     
    
    Dim instance As C1DelegateCommand
    public class C1DelegateCommand 
    public ref class C1DelegateCommand 
    Inheritance Hierarchy

    System.Object
       C1.WPF.C1DelegateCommand

    See Also