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:

PartDescription
objectA McApplication object.
IdentityA McIdentity object.

McIdentity* : The identity being reset.

ChangesA mcIdentityChanges enumeration, as described in settings.

mcIdentityChanges : Changes made to this identity.

Settings

The settings for Changes are:

ConstantValueDescription
 mcicNone0
 mcicResetSettings1
 mcicResetMenus2
 mcicResetLayout4
 mcicResetAll7
 mcicPropertyChange8
 mcicDelete16
 mcicPassword32
 mcicNew64

Remarks

Clients should go back to their factory settings at this point.