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 SourceNewOrganizations
Gets all selected organizations
Declaration
public IList<Organization> NewOrganizations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Organization> |
OldOrganizations
Gets all previously selected organizations
Declaration
public IList<Organization> OldOrganizations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Organization> |