Description Called by McDataNodes.ClipboardData after processing.
Syntax
Private Sub object_AfterClipboardData(pnoderefSelected, lClipFormat, eValueSource)
The AfterClipboardData Event syntax has these parts:
Settings The settings for eValueSource are:
 | mcdataOVSObjectDirectWhenExists | 1 |
IDispatch property Get call on the raw object when it exists.
|
 | mcdataOVSObjectWhenExists | 2 |
Object (through it's handler) when it exists.
|
 | mcdataOVSJournal | 4 |
Journal Attribute.
|
 | mcdataOVSDatabase | 8 |
Database Attribute.
|
 | mcdataOVSMakeObjectExist | 4096 |
Attempt to Open the Object (hidden) when not already loaded.
|
|