event OLESetData (Data as ExDataObject, Format as Integer)
Occurs on a drag source when a drop target calls the GetData method and there is no data in a specified format in the OLE drag-and-drop DataObject.


| |  | Type | Description | |
| | |
Data as ExDataObject |
An ExDataObject object in which to place the requested data. The component calls
the SetData method to load the requested format.
| |
| | |
Format as Integer |
An integer specifying the format of the data that the target component is
requesting. The source component uses this value to determine what to load into
the ExDataObject object.
| |