Click or drag to resize

IDialogViewModelProvider Interface

The binding source for the current dialog view and the attached property DialogDataContextProperty.

Namespace:  BionicCode.Utilities.Net.Framework.Wpf.Dialog
Assembly:  BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.3.0 (1.0.0.0)
Syntax
public interface IDialogViewModelProvider

The IDialogViewModelProvider type exposes the following members.

Properties
  NameDescription
Public propertyDialogViewModel
The binding source for the current dialog view.
Top
Remarks
The IDialogViewModel can be received from instances that implement IDialogViewModelProviderSource by subscribing to their DialogRequested event. When used together with the attached DialogDataContextProperty the setting of the DialogViewModel property automatically triggers the showing of a dialog. The IDialogViewModel is rendered by a custom defined DataTemplate that targets the concrete type of a IDialogViewModel implementation.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md