Description


Include file: xconthdl.h

Parent class: XHandler

Overview

To catch events from a container you need to derive a class from XContainerHandler and override the method HandleEvent where you will get the events.

In the case of drag-events XContainerDragEvent is posted, in the case of edit-events XContainerEditEvent is posted, in the method HandleEvent you can typecast in this case, see XContainerEvent for details.

Functions

XContainerHandler

Parameters

XContainerControl * window The window to handle the events for.

Remarks


This document was generated by Jens von Pilgrim's Autodoc