ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / NullDelegateCommand Class
Members

In This Topic
    NullDelegateCommand Class
    In This Topic
    NullDelegateCommand implementation that represents a command that does nothing and is always disabled.
    Object Model
    NullDelegateCommand Class
    Syntax
    'Declaration
     
    Public NotInheritable Class NullDelegateCommand 
       Implements ICommand 
    public sealed class NullDelegateCommand : ICommand  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.NullDelegateCommand

    See Also