Click or drag to resize

IDialogViewModelTResult Properties

The IDialogViewModelTResult generic type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the Dispatcher this IDispatcher is associated with.
(Inherited from IViewModel.)
Public propertyId
Gets the unique Id of the view model
(Inherited from IViewModel.)
Public propertyIsLoading
Gets or sets a value that indicates if the viewmodel is loading
(Inherited from IViewModel.)
Public propertyResult
Gets or sets the result value
Public propertyTitle
Gets the title of the dialog
(Inherited from IDialogViewModel.)
Top
See Also