Description
This event is fired before an identity is reset.
Syntax
Private Sub object_BeforeIdentityChanged(Identity, Changes, Cancel)
The BeforeIdentityChanged 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 can cancel the identity reset at this point.
|