 | 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)
Syntaxpublic interface IDialogViewModelProviderSource
Public Interface IDialogViewModelProviderSource
Dim instance As IDialogViewModelProviderSource
public interface class IDialogViewModelProviderSource
type IDialogViewModelProviderSource = interface end
public interface IDialogViewModelProviderSource
public interface IDialogViewModelProviderSource
BionicCode.Utilities.Net.Framework.Wpf.Dialog.IDialogViewModelProviderSource = function();
BionicCode.Utilities.Net.Framework.Wpf.Dialog.IDialogViewModelProviderSource.createInterface('BionicCode.Utilities.Net.Framework.Wpf.Dialog.IDialogViewModelProviderSource');
INTERFACE IDialogViewModelProviderSource
The IDialogViewModelProviderSource type exposes the following members.
Events
| Name | Description |
---|
 | DialogRequested |
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