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

In This Topic
    DelegateCommand Class
    In This Topic
    Parameterless command delegate
    Object Model
    DelegateCommand Class
    Syntax
    'Declaration
     
    Public NotInheritable Class DelegateCommand 
       Inherits GrapeCity.Viewer.Common.DelegateCommand(Of Object)
       Implements ICommand, IDelegateCommand 
    public sealed class DelegateCommand : GrapeCity.Viewer.Common.DelegateCommand<object>, ICommand, IDelegateCommand  
    Inheritance Hierarchy

    System.Object
          GrapeCity.Viewer.Common.DelegateCommand

    See Also