Search Results for

    Show / Hide Table of Contents

    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 Source

    IsModal

    Dialog window modality flag

    Declaration
    bool IsModal { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    RequestClose()

    Dialog window close request method

    Declaration
    void RequestClose()

    Events

    | Improve this Doc View Source

    DialogClosing

    Notifies when a window is closed

    Declaration
    event EventHandler DialogClosing
    Event Type
    Type Description
    System.EventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx