Interface IUserDialogViewModel
View model interface for dialog window support
Namespace: Simplic.User.UI
Assembly: Simplic.User.UI.dll
Syntax
public interface IUserDialogViewModel : IDialogViewModel
Properties
| Improve this Doc View SourceIsModal
Dialog window modality flag
Declaration
bool IsModal { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceRequestClose()
Dialog window close request method
Declaration
void RequestClose()
Events
| Improve this Doc View SourceDialogClosing
Notifies when a window is closed
Declaration
event EventHandler DialogClosing
Event Type
Type | Description |
---|---|
System.EventHandler |