Description

This event is fired when the active identity is about to change.

Syntax

Private Sub object_ActivateIdentity(NewIdentity)

The ActivateIdentity Event syntax has these parts:

PartDescription
objectA McApplication object.
NewIdentityA McIdentity object.

McIdentity* : The identity to be activated.

Remarks

This is the last chance for clients to save their settings before the new identity gets activated.