[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.ICommand

ICommand Interface

Defines the contract for commanding, using the same contract as used in WPF.

Namespace: GrapeCity.Viewer.Common
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public interface ICommand

Methods

Name Description
CanExecute(object)

Defines the method that determines whether the command can execute in its current state.

Execute(object)

Defines the method to be called when the command is invoked.

Events

Name Description
CanExecuteChanged

Occurs when changes occur that affect whether the command should execute.