MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / NullDelegateCommand Class
Methods Events

NullDelegateCommand Class Members

The following tables list the members exposed by NullDelegateCommand.

Public Constructors
Public Methods
 NameDescription
Public MethodDefines the method that determines whether the command can execute in its current state.  
Public MethodDefines the method to be called when the command is invoked.  
Public MethodProvides an empty implementation to satisfy the IDelegateCommand interface. It does not raise the CanExecuteChanged event.  
Top
Public Events
 NameDescription
Public EventOccurs when changes occur that affect whether the command should execute.  
Top
See Also