Provides for supplying a Variant containing an image memory blob during an item LoadFromMemory event.
| Visual Basic |
|---|
Public Sub SetLoadFromMemoryEventItemImageBlob( _ ByVal LoadFromMemoryEventItemID As Long, _ ByVal BlobImageData As Variant, _ ByVal BlobSize As Long _ ) |
- LoadFromMemoryEventItemID
- A long value which represents the memory event item ID.
- BlobImageData
- A Variant which represents the image data blob.
- BlobSize
- A long value which represents the blob size.