ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ToolbarViewModel Class / ToolbarViewModel Constructor
Content of the application
Underlying model for view-model

In This Topic
    ToolbarViewModel Constructor
    In This Topic
    Ctor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal context As IApplicationContext, _
       ByVal model As ViewerModel _
    )
    public ToolbarViewModel( 
       IApplicationContext context,
       ViewerModel model
    )

    Parameters

    context
    Content of the application
    model
    Underlying model for view-model
    See Also