Click or drag to resize

IDialogViewModelProviderSource Interface

Interface that supports notification of observers to request display of a dialog. The event args is the view model of IDialogViewModel which serves as the DataContext and binding source of the dialog.

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 IDialogViewModelProviderSource

The IDialogViewModelProviderSource type exposes the following members.

Events
  NameDescription
Public eventDialogRequested
Event that can be raised to notify a listening view model (or view) that the displaying of dialog is requested. The event args is the view model of IDialogViewModel which serves as the DataContext and binding source of the dialog.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md