Description

Called by McDataNodes.ClipboardData after processing.

Syntax

Private Sub object_AfterClipboardData(pnoderefSelected, lClipFormat, eValueSource)

The AfterClipboardData Event syntax has these parts:

PartDescription
objectA McDataManager object.
pnoderefSelectedA McDataNodeRef object.
lClipFormatA Long value.
eValueSourceA mcDataObjectValueSource enumeration, as described in settings.

Settings

The settings for eValueSource are:

ConstantValueDescription
 mcdataOVSObjectDirectWhenExists1

IDispatch property Get call on the raw object when it exists.

 mcdataOVSObjectWhenExists2

Object (through it's handler) when it exists.

 mcdataOVSJournal4

Journal Attribute.

 mcdataOVSDatabase8

Database Attribute.

 mcdataOVSMakeObjectExist4096

Attempt to Open the Object (hidden) when not already loaded.