Search Results for

    Show / Hide Table of Contents

    Class LocationSelector

    Interaction logic for LocationSelector.xaml

    Inheritance
    System.Object
    LocationSelector
    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class LocationSelector : DefaultRibbonWindow

    Methods

    | Improve this Doc View Source

    OnClosed(EventArgs)

    Gets called whenever the window is closed

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Gets called whenever the windowcontent is saved

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    | Improve this Doc View Source

    SetSilent(WebBrowser, Boolean)

    Sets the web browser silent

    Declaration
    public static void SetSilent(WebBrowser browser, bool silent)
    Parameters
    Type Name Description
    System.Windows.Controls.WebBrowser browser
    System.Boolean silent
    | Improve this Doc View Source

    ShowDialog()

    Shows the dialog

    Declaration
    public static LocationSelectorDialogResult ShowDialog()
    Returns
    Type Description
    LocationSelectorDialogResult
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx