Description

This event is fired after a security change occurs that requires user logout/login to process occurs.

Syntax

Private Sub object_DatabaseSecurityChanged(Database)

The DatabaseSecurityChanged Event syntax has these parts:

PartDescription
objectA McDBDatabase object.
DatabaseA McDBDatabase object.

The McDBDatabase in which Security information has changed.

Remarks

If this event is ignored, some objects may no longer be available to the affected McDBUser objects, even though the assigned permissions allow access.