Called when loading from memory.
| Visual Basic |
|---|
Public Event LoadFromMemory( _ ByVal LoadFromMemoryItemID As Long, _ ByVal UserTag As Variant _ ) |
- LoadFromMemoryItemID
- A long value which represents the item ID from memory to load.
- UserTag
- A variant value which represents the user tag.
Note: You must call the EnableEvent method to enable this event.