ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / LoadCommand Property

In This Topic
    LoadCommand Property
    In This Topic
    Gets an System.Windows.Input.ICommand that invokes Load on this ClientViewSource.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LoadCommand As System.Windows.Input.ICommand
    public System.Windows.Input.ICommand LoadCommand {get;}
    See Also