ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / ICommand Interface
Methods Events

In This Topic
    ICommand Interface Members
    In This Topic

    The following tables list the members exposed by ICommand.

    Public Methods
     NameDescription
     MethodDefines the method that determines whether the command can execute in its current state.  
     MethodDefines the method to be called when the command is invoked.  
    Top
    Public Events
     NameDescription
     EventOccurs when changes occur that affect whether the command should execute.  
    Top
    See Also