Search Results for

    Show / Hide Table of Contents

    Interface IPopupWindowController

    The controller interface for all controllers of a IPopupWindow<TResult>

    Inherited Members
    IController.OwningWindow
    IController.RootController
    Namespace: LemonEdge.Client.UI.API.Controllers
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IPopupWindowController : IController

    Methods

    OnCancel()

    Called by the popup window instance when the user has dismissed the popup form by clicking cancel

    Declaration
    void OnCancel()

    OnOk(object)

    Called by the popup window instance when the user has dismissed the popup form by clicking ok

    Declaration
    void OnOk(object result)
    Parameters
    Type Name Description
    object result

    The result to return back to the caller

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.