Search Results for

    Show / Hide Table of Contents

    Class SelectedOrganizationsChangedArgs

    Tenant selection event args

    Inheritance
    System.Object
    System.EventArgs
    SelectedOrganizationsChangedArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Session
    Assembly: Simplic.Session.dll
    Syntax
    public class SelectedOrganizationsChangedArgs : EventArgs

    Properties

    | Improve this Doc View Source

    NewOrganizations

    Gets all selected organizations

    Declaration
    public IList<Organization> NewOrganizations { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Organization>
    | Improve this Doc View Source

    OldOrganizations

    Gets all previously selected organizations

    Declaration
    public IList<Organization> OldOrganizations { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Organization>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx