Search Results for

    Show / Hide Table of Contents

    Interface IWindowHook

    Interface from which all window hooks must derive

    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public interface IWindowHook

    Methods

    | Improve this Doc View Source

    Deleted()

    Will be called when the delete process finished

    Declaration
    void Deleted()
    | Improve this Doc View Source

    OnDelete()

    Will be called when deleteing data

    Declaration
    bool OnDelete()
    Returns
    Type Description
    System.Boolean

    Returns whether to continue the delete process or not

    | Improve this Doc View Source

    OnOpenPage()

    Will be called before the page was opened

    Declaration
    void OnOpenPage()
    | Improve this Doc View Source

    OnSave()

    Will be called when data are saved

    Declaration
    bool OnSave()
    Returns
    Type Description
    System.Boolean

    Returns true when data should be saved

    | Improve this Doc View Source

    PageOpened()

    Will be called when the data are opened

    Declaration
    void PageOpened()
    | Improve this Doc View Source

    Saved()

    Will be called after data are saved

    Declaration
    void Saved()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx