ActiveReports 13
DelegateCommand Constructor(Action)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > DelegateCommand Class > DelegateCommand Constructor : DelegateCommand Constructor(Action)
The command will be executed.
Initializes a new instance of the DelegateCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal executeAction As Action _
)
public DelegateCommand( 
   Action executeAction
)

Parameters

executeAction
The command will be executed.
See Also

Reference

DelegateCommand Class
DelegateCommand Members
Overload List