Click or drag to resize

BusyIndicatorViewModelT Constructor

Creates a new instance of the BusyIndicatorViewModel class.

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public BusyIndicatorViewModel(
	T callback,
	string title
)

Parameters

callback
Type: T
Callback object.
title
Type: SystemString
Title of the view.
See Also