BionicCode.Utilities.Net.Framework.Wpf.Dialog Namespace |
[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Framework.Wpf.Dialog"]
Class | Description | |
---|---|---|
![]() | Dialog |
Attached behavior.
|
![]() | DialogViewModel |
Implementation of IDialogViewModel. This abstract class implements the dialog data handling logic and is therefore preferred over a custom implementation of IDialogViewModel.
|
Interface | Description | |
---|---|---|
![]() | IDialogViewModel |
The DataContext and binding source for the dialog Window. Implement this interface or the derived abstract DialogViewModel to transport data from the view to the view model via binding.
|
![]() | IDialogViewModelProvider |
The binding source for the current dialog view and the attached property DialogDataContextProperty.
|
![]() | IDialogViewModelProviderSource |
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.
|
Enumeration | Description | |
---|---|---|
![]() | DialogResult |