IDMSourceEndEvent

The IDMSourceEndEvent class represents objects that the target sends to the source when the target renderer completes the rendering of a drag item. Objects of this class are constructed by the source handler, IDMSourceHandler. An object of this class is constructed for each drag item when a target renderer completes rendering.


IDMSourceEndEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~IDMSourceEndEvent
public:
virtual ~IDMSourceEndEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IDMSourceEndEvent
public:
IDMSourceEndEvent(const IEvent& event)

Constructs objects of this class from a generic IEvent object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Rendering

Use these members to query information about the rendering process.


[view class]
dragItem
public:
virtual IDMItem::Handle dragItem() const

Returns the handle of drag item which the target has completed rendering.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
wasTargetSuccessful
public:
virtual bool wasTargetSuccessful() const

Returns true if the target successfully completed rendering the drag item.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IDMSourceEndEvent - Inherited Member Functions and Data

Inherited Public Functions

IDMEvent
IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data