Search Results for

    Show / Hide Table of Contents

    Class ProfileSelectedEventArgs

    Argument for profile selection event. Contains all needed information

    Inheritance
    System.Object
    ProfileSelectedEventArgs
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class ProfileSelectedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    IsNew

    Will be set to true, of the profile was selected the first time

    Declaration
    public bool IsNew { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SelectedProfile

    Contains an instance of the selected profile model

    Declaration
    public GridProfileConfigurationModel SelectedProfile { get; set; }
    Property Value
    Type Description
    GridProfileConfigurationModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx