ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand Class / DelegateCommand Constructor / DelegateCommand Constructor(Action)
The command will be executed.

In This Topic
    DelegateCommand Constructor(Action)
    In This Topic
    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