ActiveReports 12
DelegateCommand Class Members
Fields  Methods  Events

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace : DelegateCommand Class

The following tables list the members exposed by DelegateCommand.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Gets "Null" command instance which does nothing and is always disabled  
Top
Public Methods
 NameDescription
Public MethodDefines the method that determines whether the command can execute in its current state. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>)
Public MethodDefines the method to be called when the command is invoked. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>)
Public MethodRaise CanExecuteChanged event from external code. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>)
Top
Public Events
 NameDescription
Public EventOccurs when changes occur that affect whether the command should execute. (Inherited from GrapeCity.Viewer.Common.DelegateCommand<object>)
Top
See Also

Reference

DelegateCommand Class
GrapeCity.Viewer.Common Namespace