|
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)
Syntaxpublic BusyIndicatorViewModel(
T callback,
string title
)
Public Sub New (
callback As T,
title As String
)
Parameters
- callback
- Type: T
Callback object. - title
- Type: SystemString
Title of the view.
See Also