Search
FlowChart.DropAccepted Event
See Also
 



Raised when a dragged data item is dropped over an unoccupied area of the document.

 Syntax

VB6  Copy Code

Public Event DropAccepted

 Event Data

Parameter

Type

Description

dataType

[input] EDragDataType enumeration

The type of the dropped data.

Dispatch ID: 36

 Remarks

Raised when an image is dropped over empty document area - the control background picture is set to this image. The dataType parameter is set to dtPicture.

 See Also