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 are posted, in the method HandleEvent
you can typecast in this case.
|