RemovingAccountFromTenantsEventArgs Constructor  | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic RemovingAccountFromTenantsEventArgs(
	Guid accountId,
	ICollection<Guid> tenantIds,
	bool isDeletingTenant
)
Public Sub New ( 
	accountId As Guid,
	tenantIds As ICollection(Of Guid),
	isDeletingTenant As Boolean
)
public:
RemovingAccountFromTenantsEventArgs(
	Guid accountId, 
	ICollection<Guid>^ tenantIds, 
	bool isDeletingTenant
)
new : 
        accountId : Guid * 
        tenantIds : ICollection<Guid> * 
        isDeletingTenant : bool -> RemovingAccountFromTenantsEventArgsParameters
- accountId
 - Type: SystemGuid
The account ID. - tenantIds
 - Type: System.Collections.GenericICollectionGuid
The list of tenant IDs from which the account is being removed. - isDeletingTenant
 - Type: SystemBoolean
Gets a value indicating whether the specified tenants are in the process of being deleted. 
See Also