Description
This event is fired when an identity is being reset.
Syntax
Private Sub object_AfterIdentityChanged(Identity, Changes)
The AfterIdentityChanged Event syntax has these parts:
Settings The settings for Changes are:
 | mcicNone | 0 | |
 | mcicResetSettings | 1 | |
 | mcicResetMenus | 2 | |
 | mcicResetLayout | 4 | |
 | mcicResetAll | 7 | |
 | mcicPropertyChange | 8 | |
 | mcicDelete | 16 | |
 | mcicPassword | 32 | |
 | mcicNew | 64 | |
Remarks
Clients should go back to their factory settings at this point.
|