ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / DoubleDelegateCommand Class
Members

In This Topic
    DoubleDelegateCommand Class
    In This Topic
    Command that delegates implementation to another delegate command
    Object Model
    DoubleDelegateCommand Class
    Syntax
    'Declaration
     
    Public NotInheritable Class DoubleDelegateCommand 
       Implements ICommand, IDelegateCommand 
    public sealed class DoubleDelegateCommand : ICommand, IDelegateCommand  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.DoubleDelegateCommand

    See Also