Description

This event is fired when an McDBType object is stored/saved, although not necessarily changed.

Syntax

Private Sub object_TypeModified(Database, WhichType)

The TypeModified Event syntax has these parts:

PartDescription
objectA McDBDatabase object.
DatabaseA McDBDatabase object.

The McDBDatabase containing the McDBType that was modified.

WhichTypeA McDBType object.

The McDBType that was written.