account_deleted
Description:
public virtual signal void account_deleted (
uint id)
Emitted when an account has been deleted.
This signal is redundant with deleted, but it is convenient to provide
full change notification with Manager.
Parameters:
account_id |
the AccountId of the account that has been deleted.
|